#117010

Color #117010 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #117010

Tints of Green #117010

Color information

#117010 (or 0x117010) is unknown color: approx Green. HEX triplet: 11, 70 and 10. RGB value is (17,112,16). Sum of RGB (Red+Green+Blue) = 17+112+16=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #117010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117010 is #EE8FEF. Grayscale: #484848. Windows color (decimal): -15634416 or 1077265. OLE color: 1077265.

HSL color Cylindrical-coordinate representation of color #117010: hue angle of 119.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117010 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1711216-
CMYK0.8500.860.56
HSL119.38º75%25.1%-
HSV(B)119.38º85.71%43.92%-
XYZ6.1211.742.43-
YUV72.6596.0388.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 112 (44.14% from 255) = 77.24%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=11.72%
G=77.24%
B=11.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17112160.8500.860.56119.387525.1
Hex1170105505638774b19
Octal211602012501267016711331
Binary100011110000100001010101010101101110001110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117010; }

 p { color: rgb(17,112,16); }

 H1.HeaderClassName
 {
   color: #117010;
 }
 .AnyTagClassName
 {
   color: #117010;
 }
</style>
background-color css

<style>
 a { background-color: #117010; }

 a { background-color: rgb(17,112,16); }

 div.DivClassName
 {
   background-color: #117010;
 }
 .BgClassName
 {
   background-color: #117010;
 }
</style>
border-color css

<style>
 span { border-color: #117010; }

 span { border-color: rgb(17,112,16); }

 td.TdClassName
 {
   border-color: #117010;
 }
 .TagClassName
 {
   border-color: #117010;
 }
</style>