Html Css Color HEX #0A7C20 Forest Green

📋 copy color: '#0A7C20'

red 10 ◦ green 124 ◦ blue 32

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

Shades of Forest Green #0A7C20

Tints of Forest Green #0A7C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 74.7%

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

R = 6.02%
G = 74.7%
B = 19.28%

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

#0A7C20 (or 0x0A7C20) is known color: Forest Green. HEX triplet: 0A, 7C and 20. RGB value is (10,124,32). Sum of RGB (Red+Green+Blue) = 10+124+32=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 124 (48.83% from 255 or 74.70% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7C20 is #F583DF. Grayscale: #4F4F4F. Windows color (decimal): -16090080 or 2128906. OLE color: 2128906.

HSL color Cylindrical-coordinate representation of color #0A7C20: hue angle of 131.58º 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 #0A7C20 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 124 32 -
CMYK 0.92 0 0.74 0.51
HSL 131.58º 0.85% 0.26% -
HSV(B) 131.58º 0.92% 0.49% -
XYZ 7.59 14.58 3.78 -
YUV 79.43 101.23 78.48 -
System Red Green Blue C M Y K H S L
Decimal 10 124 32 0.92 0 0.74 0.51 131.58 0.85 0.26
Hex A 7C 20 5C 0 4A 33 84 55 1A
Octal 12 174 40 134 0 112 63 204 125 32
Binary 1010 1111100 100000 1011100 0 1001010 110011 10000100 1010101 11010

Color Harmonies of #0A7C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7C20

Black with #0A7C20

Text Example


Text Example

White with #0A7C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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