#116B08

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

Shades of Green #116B08

Tints of Green #116B08

Color information

#116B08 (or 0x116B08) is unknown color: approx Green. HEX triplet: 11, 6B and 08. RGB value is (17,107,8). Sum of RGB (Red+Green+Blue) = 17+107+8=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 107 (42.19% from 255 or 81.06% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 107 - color contains mainly: green. Hex color #116B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116B08 is #EE94F7. Grayscale: #454545. Windows color (decimal): -15635704 or 551697. OLE color: 551697.

HSL color Cylindrical-coordinate representation of color #116B08: hue angle of 114.55º 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 #116B08 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB171078-
CMYK0.8400.930.58
HSL114.55º86.09%22.55%-
HSV(B)114.55º92.52%41.96%-
XYZ5.5310.651.99-
YUV68.893.6891.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 107 (42.19% from 255) = 81.06%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=12.88%
G=81.06%
B=6.06%

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
Decimal1710780.8400.930.58114.5586.0922.55
Hex116B85405D3A735617
Octal211531012401357216312627
Binary10001110101110001010100010111011110101110011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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