#116C08

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

Shades of Green #116C08

Tints of Green #116C08

Color information

#116C08 (or 0x116C08) is unknown color: approx Green. HEX triplet: 11, 6C and 08. RGB value is (17,108,8). Sum of RGB (Red+Green+Blue) = 17+108+8=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 108 (42.58% from 255 or 81.20% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 108 - color contains mainly: green. Hex color #116C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116C08 is #EE93F7. Grayscale: #454545. Windows color (decimal): -15635448 or 551953. OLE color: 551953.

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

Color convert

RGB171088-
CMYK0.8400.930.58
HSL114.6º86.21%22.75%-
HSV(B)114.6º92.59%42.35%-
XYZ5.6410.862.03-
YUV69.3993.3590.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 108 (42.58% from 255) = 81.20%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=12.78%
G=81.20%
B=6.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1710880.8400.930.58114.686.2122.75
Hex116C85405D3A735617
Octal211541012401357216312627
Binary10001110110010001010100010111011110101110011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,108,8); }

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

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

 a { background-color: rgb(17,108,8); }

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

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

 span { border-color: rgb(17,108,8); }

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