#11760E

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

Shades of Green #11760E

Tints of Green #11760E

Color information

#11760E (or 0x11760E) is unknown color: approx Green. HEX triplet: 11, 76 and 0E. RGB value is (17,118,14). Sum of RGB (Red+Green+Blue) = 17+118+14=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 118 (46.48% from 255 or 79.19% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 118 - color contains mainly: green. Hex color #11760E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11760E is #EE89F1. Grayscale: #4C4C4C. Windows color (decimal): -15632882 or 947729. OLE color: 947729.

HSL color Cylindrical-coordinate representation of color #11760E: hue angle of 118.27º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11760E is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB1711814-
CMYK0.8600.880.54
HSL118.27º78.79%25.88%-
HSV(B)118.27º88.14%46.27%-
XYZ6.7913.112.59-
YUV75.9493.0485.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 118 (46.48% from 255) = 79.19%
BLUE value IS 14 (5.86% from 255) = 9.40%
R=11.41%
G=79.19%
B=9.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17118140.8600.880.54118.2778.7925.88
Hex1176E5605836764f1a
Octal211661612601306616611732
Binary10001111011011101010110010110001101101110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11760E; }

 p { color: rgb(17,118,14); }

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

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

 a { background-color: rgb(17,118,14); }

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

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

 span { border-color: rgb(17,118,14); }

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