#116408

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

Shades of Green #116408

Tints of Green #116408

Color information

#116408 (or 0x116408) is unknown color: approx Green. HEX triplet: 11, 64 and 08. RGB value is (17,100,8). Sum of RGB (Red+Green+Blue) = 17+100+8=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 100 (39.45% from 255 or 80% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 100 - color contains mainly: green. Hex color #116408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116408 is #EE9BF7. Grayscale: #404040. Windows color (decimal): -15637496 or 549905. OLE color: 549905.

HSL color Cylindrical-coordinate representation of color #116408: hue angle of 114.13º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116408 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB171008-
CMYK0.8300.920.61
HSL114.13º85.19%21.18%-
HSV(B)114.13º92%39.22%-
XYZ4.839.251.76-
YUV64.699693.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.6%
GREEN value IS 100 (39.45% from 255) = 80%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=13.6%
G=80%
B=6.4%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1710080.8300.920.61114.1385.1921.18
Hex116485305C3D725515
Octal211441012301347516212525
Binary10001110010010001010011010111001111011110010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116408; }

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

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

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

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

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

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

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

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