#069520

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

Shades of Forest Green #069520

Tints of Forest Green #069520

Color information

#069520 (or 0x069520) is unknown color: approx Forest Green. HEX triplet: 06, 95 and 20. RGB value is (6,149,32). Sum of RGB (Red+Green+Blue) = 6+149+32=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 149 (58.59% from 255 or 79.68% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 149 - color contains mainly: green. Hex color #069520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069520 is #F96ADF. Grayscale: #5D5D5D. Windows color (decimal): -16345824 or 2135302. OLE color: 2135302.

HSL color Cylindrical-coordinate representation of color #069520: hue angle of 130.91º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069520 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB614932-
CMYK0.9600.790.42
HSL130.91º92.26%30.39%-
HSV(B)130.91º95.97%58.43%-
XYZ11.0821.644.96-
YUV92.993.6266.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.21%
GREEN value IS 149 (58.59% from 255) = 79.68%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=3.21%
G=79.68%
B=17.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6149320.9600.790.42130.9192.2630.39
Hex695206004F2A835c1e
Octal62254014001175220313436
Binary1101001010110000011000000100111110101010000011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069520; }

 p { color: rgb(6,149,32); }

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

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

 a { background-color: rgb(6,149,32); }

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

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

 span { border-color: rgb(6,149,32); }

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