Shades of Pine Green #078374
Tints of Pine Green #078374
RGB
CMYK
RGB Variations
Color information
#078374 (or 0x078374) is known color: Pine Green. HEX triplet: 07, 83 and 74. RGB value is (7,131,116). Sum of RGB (Red+Green+Blue) = 7+131+116=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #078374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078374 is #F87C8B. Grayscale: #5C5C5C. Windows color (decimal): -16284812 or 7635719. OLE color: 7635719.
HSL color Cylindrical-coordinate representation of color #078374: hue angle of 172.74º 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 #078374 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 116 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.49 |
| HSL | 172.74º | 0.9% | 0.27% | - |
| HSV(B) | 172.74º | 0.95% | 0.51% | - |
| XYZ | 11.36 | 17.54 | 19.31 | - |
| YUV | 92.21 | 141.42 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 116 | 0.95 | 0 | 0.11 | 0.49 | 172.74 | 0.9 | 0.27 |
| Hex | 7 | 83 | 74 | 5F | 0 | B | 31 | AD | 5A | 1B |
| Octal | 7 | 203 | 164 | 137 | 0 | 13 | 61 | 255 | 132 | 33 |
| Binary | 111 | 10000011 | 1110100 | 1011111 | 0 | 1011 | 110001 | 10101101 | 1011010 | 11011 |
Color Harmonies of #078374
Complementary color
Monochromatic Colors of #078374
Black with #078374
Text Example
Text Example
White with #078374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078374; }
p { color: rgb(7,131,116); }
H1.HeaderClassName
{
color: #078374;
}
.AnyTagClassName
{
color: #078374;
}
</style>
background-color css
<style>
a { background-color: #078374; }
a { background-color: rgb(7,131,116); }
div.DivClassName
{
background-color: #078374;
}
.BgClassName
{
background-color: #078374;
}
</style>
border-color css
<style>
span { border-color: #078374; }
span { border-color: rgb(7,131,116); }
td.TdClassName
{
border-color: #078374;
}
.TagClassName
{
border-color: #078374;
}
</style>