#11600C

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

Shades of Green #11600C

Tints of Green #11600C

Color information

#11600C (or 0x11600C) is unknown color: approx Green. HEX triplet: 11, 60 and 0C. RGB value is (17,96,12). Sum of RGB (Red+Green+Blue) = 17+96+12=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #11600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11600C is #EE9FF3. Grayscale: #3F3F3F. Windows color (decimal): -15638516 or 811025. OLE color: 811025.

HSL color Cylindrical-coordinate representation of color #11600C: hue angle of 116.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11600C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB179612-
CMYK0.8200.880.62
HSL116.43º77.78%21.18%-
HSV(B)116.43º87.5%37.65%-
XYZ4.488.511.75-
YUV62.899.3395.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.6%
GREEN value IS 96 (37.89% from 255) = 76.8%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=13.6%
G=76.8%
B=9.6%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796120.8200.880.62116.4377.7821.18
Hex1160C520583E744e15
Octal211401412201307616411625
Binary10001110000011001010010010110001111101110100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11600C; }

 p { color: rgb(17,96,12); }

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

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

 a { background-color: rgb(17,96,12); }

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

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

 span { border-color: rgb(17,96,12); }

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