#116A06

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

Shades of Green #116A06

Tints of Green #116A06

Color information

#116A06 (or 0x116A06) is unknown color: approx Green. HEX triplet: 11, 6A and 06. RGB value is (17,106,6). Sum of RGB (Red+Green+Blue) = 17+106+6=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 106 (41.80% from 255 or 82.17% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 106 - color contains mainly: green. Hex color #116A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116A06 is #EE95F9. Grayscale: #444444. Windows color (decimal): -15635962 or 420369. OLE color: 420369.

HSL color Cylindrical-coordinate representation of color #116A06: hue angle of 113.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #116A06 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB171066-
CMYK0.8400.940.58
HSL113.4º89.29%21.96%-
HSV(B)113.4º94.34%41.57%-
XYZ5.4210.441.9-
YUV67.9993.0191.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 106 (41.80% from 255) = 82.17%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=13.18%
G=82.17%
B=4.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1710660.8400.940.58113.489.2921.96
Hex116A65405E3A715916
Octal21152612401367216113126
Binary1000111010101101010100010111101110101110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116A06; }

 p { color: rgb(17,106,6); }

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

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

 a { background-color: rgb(17,106,6); }

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

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

 span { border-color: rgb(17,106,6); }

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