#078325

Color #078325 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #078325

Tints of Forest Green #078325

Color information

#078325 (or 0x078325) is unknown color: approx Forest Green. HEX triplet: 07, 83 and 25. RGB value is (7,131,37). Sum of RGB (Red+Green+Blue) = 7+131+37=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 131 (51.56% from 255 or 74.86% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 131 - color contains mainly: green. Hex color #078325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078325 is #F87CDA. Grayscale: #535353. Windows color (decimal): -16284891 or 2458375. OLE color: 2458375.

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

Color convert

RGB713137-
CMYK0.9500.720.49
HSL134.52º89.86%27.06%-
HSV(B)134.52º94.66%51.37%-
XYZ8.5416.414.47-
YUV83.21101.9273.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4%
GREEN value IS 131 (51.56% from 255) = 74.86%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=4%
G=74.86%
B=21.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7131370.9500.720.49134.5289.8627.06
Hex783255F04831875a1b
Octal72034513701106120713233
Binary1111000001110010110111110100100011000110000111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078325; }

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

 H1.HeaderClassName
 {
   color: #078325;
 }
 .AnyTagClassName
 {
   color: #078325;
 }
</style>
background-color css

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

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

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

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

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

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