Html Css Color HEX #0A7D20 Forest Green

📋 copy color: '#0A7D20'

red 10 ◦ green 125 ◦ blue 32

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

Shades of Forest Green #0A7D20

Tints of Forest Green #0A7D20

RGB

 RED value IS 10 (4.3% from 255) = 5.99%

 GREEN value IS 125 (49.22% from 255) = 74.85%

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 5.99%
G = 74.85%
B = 19.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#0A7D20 (or 0x0A7D20) is known color: Forest Green. HEX triplet: 0A, 7D and 20. RGB value is (10,125,32). Sum of RGB (Red+Green+Blue) = 10+125+32=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 125 (49.22% from 255 or 74.85% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7D20 is #F582DF. Grayscale: #505050. Windows color (decimal): -16089824 or 2129162. OLE color: 2129162.

HSL color Cylindrical-coordinate representation of color #0A7D20: hue angle of 131.48º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7D20 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 125 32 -
CMYK 0.92 0 0.74 0.51
HSL 131.48º 0.85% 0.26% -
HSV(B) 131.48º 0.92% 0.49% -
XYZ 7.72 14.84 3.82 -
YUV 80.01 100.9 78.06 -
System Red Green Blue C M Y K H S L
Decimal 10 125 32 0.92 0 0.74 0.51 131.48 0.85 0.26
Hex A 7D 20 5C 0 4A 33 83 55 1A
Octal 12 175 40 134 0 112 63 203 125 32
Binary 1010 1111101 100000 1011100 0 1001010 110011 10000011 1010101 11010

Color Harmonies of #0A7D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7D20

Black with #0A7D20

Text Example


Text Example

White with #0A7D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A7D20; }

 p { color: rgb(10,125,32); }

 H1.HeaderClassName
 {
   color: #0A7D20;
 }
 .AnyTagClassName
 {
   color: #0A7D20;
 }
</style>

background-color css

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

 a { background-color: rgb(10,125,32); }

 div.DivClassName
 {
   background-color: #0A7D20;
 }
 .BgClassName
 {
   background-color: #0A7D20;
 }
</style>

border-color css

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

 span { border-color: rgb(10,125,32); }

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