#11710C

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

Shades of Green #11710C

Tints of Green #11710C

Color information

#11710C (or 0x11710C) is unknown color: approx Green. HEX triplet: 11, 71 and 0C. RGB value is (17,113,12). Sum of RGB (Red+Green+Blue) = 17+113+12=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 113 (44.53% from 255 or 79.58% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 113 - color contains mainly: green. Hex color #11710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11710C is #EE8EF3. Grayscale: #494949. Windows color (decimal): -15634164 or 815377. OLE color: 815377.

HSL color Cylindrical-coordinate representation of color #11710C: hue angle of 117.03º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11710C is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1711312-
CMYK0.8500.890.56
HSL117.03º80.8%24.51%-
HSV(B)117.03º89.38%44.31%-
XYZ6.211.962.33-
YUV72.7893.788.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.97%
GREEN value IS 113 (44.53% from 255) = 79.58%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=11.97%
G=79.58%
B=8.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113120.8500.890.56117.0380.824.51
Hex1171C5505938755119
Octal211611412501317016512131
Binary10001111000111001010101010110011110001110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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