Html Css Color HEX #078225 Forest Green

📋 copy color: '#078225'

red 7 ◦ green 130 ◦ blue 37

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

Shades of Forest Green #078225

Tints of Forest Green #078225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 74.71%

 BLUE value IS 37 (14.84% from 255) = 21.26%

R = 4.02%
G = 74.71%
B = 21.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#078225 (or 0x078225) is known color: Forest Green. HEX triplet: 07, 82 and 25. RGB value is (7,130,37). Sum of RGB (Red+Green+Blue) = 7+130+37=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #078225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078225 is #F87DDA. Grayscale: #525252. Windows color (decimal): -16285147 or 2458119. OLE color: 2458119.

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

Color convert

RGB 7 130 37 -
CMYK 0.95 0 0.72 0.49
HSL 134.63º 0.9% 0.27% -
HSV(B) 134.63º 0.95% 0.51% -
XYZ 8.4 16.14 4.42 -
YUV 82.62 102.25 74.06 -
System Red Green Blue C M Y K H S L
Decimal 7 130 37 0.95 0 0.72 0.49 134.63 0.9 0.27
Hex 7 82 25 5F 0 48 31 87 5A 1B
Octal 7 202 45 137 0 110 61 207 132 33
Binary 111 10000010 100101 1011111 0 1001000 110001 10000111 1011010 11011

Color Harmonies of #078225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078225

Black with #078225

Text Example


Text Example

White with #078225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078225; }

 p { color: rgb(7,130,37); }

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

background-color css

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

 a { background-color: rgb(7,130,37); }

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

border-color css

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

 span { border-color: rgb(7,130,37); }

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