#11740c

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

Shades of Green #11740C

Tints of Green #11740C

Color information

#11740C (or 0x11740C) is unknown color: approx Green. HEX triplet: 11, 74 and 0C. RGB value is (17,116,12). Sum of RGB (Red+Green+Blue) = 17+116+12=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 116 (45.70% from 255 or 80% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 116 - color contains mainly: green. Hex color #11740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11740C is #EE8BF3. Grayscale: #4A4A4A. Windows color (decimal): -15633396 or 816145. OLE color: 816145.

HSL color Cylindrical-coordinate representation of color #11740C: hue angle of 117.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11740C is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1711612-
CMYK0.8500.900.55
HSL117.12º81.25%25.1%-
HSV(B)117.12º89.66%45.49%-
XYZ6.5412.642.44-
YUV74.5492.786.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 116 (45.70% from 255) = 80%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=11.72%
G=80%
B=8.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17116120.8500.900.55117.1281.2525.1
Hex1174C5505A37755119
Octal211641412501326716512131
Binary10001111010011001010101010110101101111110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11740c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11740c; }

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

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

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

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

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

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

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

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