Shades of Dark Pastel Green #079F31
Tints of Dark Pastel Green #079F31
RGB
CMYK
RGB Variations
Color information
#079F31 (or 0x079F31) is known color: Dark Pastel Green. HEX triplet: 07, 9F and 31. RGB value is (7,159,49). Sum of RGB (Red+Green+Blue) = 7+159+49=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 159 (62.5% from 255 or 73.95% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 159 - color contains mainly: green. Hex color #079F31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079F31 is #F860CE. Grayscale: #656565. Windows color (decimal): -16277711 or 3251975. OLE color: 3251975.
HSL color Cylindrical-coordinate representation of color #079F31: hue angle of 136.58º 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 #079F31 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 159 | 49 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.38 |
| HSL | 136.58º | 0.92% | 0.33% | - |
| HSV(B) | 136.58º | 0.96% | 0.62% | - |
| XYZ | 13.04 | 25.06 | 7.06 | - |
| YUV | 101.01 | 98.64 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 49 | 0.96 | 0 | 0.69 | 0.38 | 136.58 | 0.92 | 0.33 |
| Hex | 7 | 9F | 31 | 60 | 0 | 45 | 26 | 89 | 5C | 21 |
| Octal | 7 | 237 | 61 | 140 | 0 | 105 | 46 | 211 | 134 | 41 |
| Binary | 111 | 10011111 | 110001 | 1100000 | 0 | 1000101 | 100110 | 10001001 | 1011100 | 100001 |
Color Harmonies of #079F31
Complementary color
Monochromatic Colors of #079F31
Black with #079F31
Text Example
Text Example
White with #079F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079F31; }
p { color: rgb(7,159,49); }
H1.HeaderClassName
{
color: #079F31;
}
.AnyTagClassName
{
color: #079F31;
}
</style>
background-color css
<style>
a { background-color: #079F31; }
a { background-color: rgb(7,159,49); }
div.DivClassName
{
background-color: #079F31;
}
.BgClassName
{
background-color: #079F31;
}
</style>
border-color css
<style>
span { border-color: #079F31; }
span { border-color: rgb(7,159,49); }
td.TdClassName
{
border-color: #079F31;
}
.TagClassName
{
border-color: #079F31;
}
</style>