#11750C

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

Shades of Green #11750C

Tints of Green #11750C

Color information

#11750C (or 0x11750C) is unknown color: approx Green. HEX triplet: 11, 75 and 0C. RGB value is (17,117,12). Sum of RGB (Red+Green+Blue) = 17+117+12=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 117 (46.09% from 255 or 80.14% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 117 - color contains mainly: green. Hex color #11750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11750C is #EE8AF3. Grayscale: #4B4B4B. Windows color (decimal): -15633140 or 816401. OLE color: 816401.

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

Color convert

RGB1711712-
CMYK0.8500.900.54
HSL117.14º81.4%25.29%-
HSV(B)117.14º89.74%45.88%-
XYZ6.6612.872.48-
YUV75.1392.3786.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 117 (46.09% from 255) = 80.14%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=11.64%
G=80.14%
B=8.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117120.8500.900.54117.1481.425.29
Hex1175C5505A36755119
Octal211651412501326616512131
Binary10001111010111001010101010110101101101110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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