#107420

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

Shades of Forest Green #107420

Tints of Forest Green #107420

Color information

#107420 (or 0x107420) is unknown color: approx Forest Green. HEX triplet: 10, 74 and 20. RGB value is (16,116,32). Sum of RGB (Red+Green+Blue) = 16+116+32=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 116 (45.70% from 255 or 70.73% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 116 - color contains mainly: green. Hex color #107420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107420 is #EF8BDF. Grayscale: #4C4C4C. Windows color (decimal): -15698912 or 2126864. OLE color: 2126864.

HSL color Cylindrical-coordinate representation of color #107420: hue angle of 129.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107420 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1611632-
CMYK0.8600.720.55
HSL129.6º75.76%25.88%-
HSV(B)129.6º86.21%45.49%-
XYZ6.7212.713.46-
YUV76.52102.8784.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 116 (45.70% from 255) = 70.73%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=9.76%
G=70.73%
B=19.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16116320.8600.720.55129.675.7625.88
Hex1074205604837824c1a
Octal201644012601106720211432
Binary10000111010010000010101100100100011011110000010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107420; }

 p { color: rgb(16,116,32); }

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

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

 a { background-color: rgb(16,116,32); }

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

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

 span { border-color: rgb(16,116,32); }

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