Shades of Persian Green #079A86
Tints of Persian Green #079A86
RGB
CMYK
RGB Variations
Color information
#079A86 (or 0x079A86) is known color: Persian Green. HEX triplet: 07, 9A and 86. RGB value is (7,154,134). Sum of RGB (Red+Green+Blue) = 7+154+134=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #079A86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079A86 is #F86579. Grayscale: #6B6B6B. Windows color (decimal): -16278906 or 8821255. OLE color: 8821255.
HSL color Cylindrical-coordinate representation of color #079A86: hue angle of 171.84º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079A86 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 154 | 134 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.40 |
| HSL | 171.84º | 0.91% | 0.32% | - |
| HSV(B) | 171.84º | 0.95% | 0.6% | - |
| XYZ | 15.95 | 24.88 | 26.52 | - |
| YUV | 107.77 | 142.8 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 134 | 0.95 | 0 | 0.13 | 0.40 | 171.84 | 0.91 | 0.32 |
| Hex | 7 | 9A | 86 | 5F | 0 | D | 28 | AC | 5B | 20 |
| Octal | 7 | 232 | 206 | 137 | 0 | 15 | 50 | 254 | 133 | 40 |
| Binary | 111 | 10011010 | 10000110 | 1011111 | 0 | 1101 | 101000 | 10101100 | 1011011 | 100000 |
Color Harmonies of #079A86
Complementary color
Monochromatic Colors of #079A86
Black with #079A86
Text Example
Text Example
White with #079A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079A86; }
p { color: rgb(7,154,134); }
H1.HeaderClassName
{
color: #079A86;
}
.AnyTagClassName
{
color: #079A86;
}
</style>
background-color css
<style>
a { background-color: #079A86; }
a { background-color: rgb(7,154,134); }
div.DivClassName
{
background-color: #079A86;
}
.BgClassName
{
background-color: #079A86;
}
</style>
border-color css
<style>
span { border-color: #079A86; }
span { border-color: rgb(7,154,134); }
td.TdClassName
{
border-color: #079A86;
}
.TagClassName
{
border-color: #079A86;
}
</style>