Html Css Color HEX #078520 Forest Green

📋 copy color: '#078520'

red 7 ◦ green 133 ◦ blue 32

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

Shades of Forest Green #078520

Tints of Forest Green #078520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 77.33%

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

R = 4.07%
G = 77.33%
B = 18.6%

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

#078520 (or 0x078520) is known color: Forest Green. HEX triplet: 07, 85 and 20. RGB value is (7,133,32). Sum of RGB (Red+Green+Blue) = 7+133+32=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #078520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078520 is #F87ADF. Grayscale: #545454. Windows color (decimal): -16284384 or 2131207. OLE color: 2131207.

HSL color Cylindrical-coordinate representation of color #078520: hue angle of 131.9º 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 #078520 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 32 -
CMYK 0.95 0 0.76 0.48
HSL 131.9º 0.9% 0.27% -
HSV(B) 131.9º 0.95% 0.52% -
XYZ 8.74 16.92 4.17 -
YUV 83.81 98.76 73.21 -
System Red Green Blue C M Y K H S L
Decimal 7 133 32 0.95 0 0.76 0.48 131.9 0.9 0.27
Hex 7 85 20 5F 0 4C 30 84 5A 1B
Octal 7 205 40 137 0 114 60 204 132 33
Binary 111 10000101 100000 1011111 0 1001100 110000 10000100 1011010 11011

Color Harmonies of #078520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078520

Black with #078520

Text Example


Text Example

White with #078520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078520; }

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

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

background-color css

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

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

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

border-color css

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

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

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