Shades of Dark Pastel Green #079F32
Tints of Dark Pastel Green #079F32
RGB
CMYK
RGB Variations
Color information
#079F32 (or 0x079F32) is known color: Dark Pastel Green. HEX triplet: 07, 9F and 32. RGB value is (7,159,50). Sum of RGB (Red+Green+Blue) = 7+159+50=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 159 (62.5% from 255 or 73.61% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 159 - color contains mainly: green. Hex color #079F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079F32 is #F860CD. Grayscale: #656565. Windows color (decimal): -16277710 or 3317511. OLE color: 3317511.
HSL color Cylindrical-coordinate representation of color #079F32: hue angle of 136.97º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079F32 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 159 | 50 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.38 |
| HSL | 136.97º | 0.92% | 0.33% | - |
| HSV(B) | 136.97º | 0.96% | 0.62% | - |
| XYZ | 13.06 | 25.07 | 7.17 | - |
| YUV | 101.13 | 99.14 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 50 | 0.96 | 0 | 0.69 | 0.38 | 136.97 | 0.92 | 0.33 |
| Hex | 7 | 9F | 32 | 60 | 0 | 45 | 26 | 89 | 5C | 21 |
| Octal | 7 | 237 | 62 | 140 | 0 | 105 | 46 | 211 | 134 | 41 |
| Binary | 111 | 10011111 | 110010 | 1100000 | 0 | 1000101 | 100110 | 10001001 | 1011100 | 100001 |
Color Harmonies of #079F32
Complementary color
Monochromatic Colors of #079F32
Black with #079F32
Text Example
Text Example
White with #079F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079F32; }
p { color: rgb(7,159,50); }
H1.HeaderClassName
{
color: #079F32;
}
.AnyTagClassName
{
color: #079F32;
}
</style>
background-color css
<style>
a { background-color: #079F32; }
a { background-color: rgb(7,159,50); }
div.DivClassName
{
background-color: #079F32;
}
.BgClassName
{
background-color: #079F32;
}
</style>
border-color css
<style>
span { border-color: #079F32; }
span { border-color: rgb(7,159,50); }
td.TdClassName
{
border-color: #079F32;
}
.TagClassName
{
border-color: #079F32;
}
</style>