Html Css Color HEX #078420 Forest Green

📋 copy color: '#078420'

red 7 ◦ green 132 ◦ blue 32

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

Shades of Forest Green #078420

Tints of Forest Green #078420

RGB

 RED value IS 7 (3.13% from 255) = 4.09%

 GREEN value IS 132 (51.95% from 255) = 77.19%

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

R = 4.09%
G = 77.19%
B = 18.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#078420 (or 0x078420) is known color: Forest Green. HEX triplet: 07, 84 and 20. RGB value is (7,132,32). Sum of RGB (Red+Green+Blue) = 7+132+32=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 132 (51.95% from 255 or 77.19% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 132 - color contains mainly: green. Hex color #078420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078420 is #F87BDF. Grayscale: #535353. Windows color (decimal): -16284640 or 2130951. OLE color: 2130951.

HSL color Cylindrical-coordinate representation of color #078420: hue angle of 132º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078420 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 132 32 -
CMYK 0.95 0 0.76 0.48
HSL 132º 0.9% 0.27% -
HSV(B) 132º 0.95% 0.52% -
XYZ 8.6 16.65 4.13 -
YUV 83.23 99.09 73.63 -
System Red Green Blue C M Y K H S L
Decimal 7 132 32 0.95 0 0.76 0.48 132 0.9 0.27
Hex 7 84 20 5F 0 4C 30 84 5A 1B
Octal 7 204 40 137 0 114 60 204 132 33
Binary 111 10000100 100000 1011111 0 1001100 110000 10000100 1011010 11011

Color Harmonies of #078420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078420

Black with #078420

Text Example


Text Example

White with #078420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078420; }

 p { color: rgb(7,132,32); }

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

background-color css

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

 a { background-color: rgb(7,132,32); }

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

border-color css

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

 span { border-color: rgb(7,132,32); }

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