#117520

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

Shades of Forest Green #117520

Tints of Forest Green #117520

Color information

#117520 (or 0x117520) is unknown color: approx Forest Green. HEX triplet: 11, 75 and 20. RGB value is (17,117,32). Sum of RGB (Red+Green+Blue) = 17+117+32=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #117520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117520 is #EE8ADF. Grayscale: #4D4D4D. Windows color (decimal): -15633120 or 2127121. OLE color: 2127121.

HSL color Cylindrical-coordinate representation of color #117520: hue angle of 129º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117520 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1711732-
CMYK0.8500.730.54
HSL129º74.63%26.27%-
HSV(B)129º85.47%45.88%-
XYZ6.8512.953.5-
YUV77.41102.3784.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 117 (46.09% from 255) = 70.48%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=10.24%
G=70.48%
B=19.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117320.8500.730.5412974.6326.27
Hex1175205504936814b1a
Octal211654012501116620111332
Binary10001111010110000010101010100100111011010000001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117520; }

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

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

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

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

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

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

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

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