Html Css Color HEX #069520 Forest Green

📋 copy color: '#069520'

red 6 ◦ green 149 ◦ blue 32

#069520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #069520

Tints of Forest Green #069520

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 value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#069520 (or 0x069520) is known color: 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

RGB 6 149 32 -
CMYK 0.96 0 0.79 0.42
HSL 130.91º 0.92% 0.3% -
HSV(B) 130.91º 0.96% 0.58% -
XYZ 11.08 21.64 4.96 -
YUV 92.91 93.62 66.01 -
System Red Green Blue C M Y K H S L
Decimal 6 149 32 0.96 0 0.79 0.42 130.91 0.92 0.3
Hex 6 95 20 60 0 4F 2A 83 5C 1E
Octal 6 225 40 140 0 117 52 203 134 36
Binary 110 10010101 100000 1100000 0 1001111 101010 10000011 1011100 11110

Color Harmonies of #069520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069520

Black with #069520

Text Example


Text Example

White with #069520

Text Example


Text Example

HTML Codes & Css Web 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>