Shades of Persian Green #079A90
Tints of Persian Green #079A90
RGB
CMYK
RGB Variations
Color information
#079A90 (or 0x079A90) is known color: Persian Green. HEX triplet: 07, 9A and 90. RGB value is (7,154,144). Sum of RGB (Red+Green+Blue) = 7+154+144=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 154 (60.55% from 255 or 50.49% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 154 - color contains mainly: green. Hex color #079A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079A90 is #F8656F. Grayscale: #6C6C6C. Windows color (decimal): -16278896 or 9476615. OLE color: 9476615.
HSL color Cylindrical-coordinate representation of color #079A90: hue angle of 175.92º 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 #079A90 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 154 | 144 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.40 |
| HSL | 175.92º | 0.91% | 0.32% | - |
| HSV(B) | 175.92º | 0.95% | 0.6% | - |
| XYZ | 16.68 | 25.17 | 30.36 | - |
| YUV | 108.91 | 147.8 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 144 | 0.95 | 0 | 0.06 | 0.40 | 175.92 | 0.91 | 0.32 |
| Hex | 7 | 9A | 90 | 5F | 0 | 6 | 28 | B0 | 5B | 20 |
| Octal | 7 | 232 | 220 | 137 | 0 | 6 | 50 | 260 | 133 | 40 |
| Binary | 111 | 10011010 | 10010000 | 1011111 | 0 | 110 | 101000 | 10110000 | 1011011 | 100000 |
Color Harmonies of #079A90
Complementary color
Monochromatic Colors of #079A90
Black with #079A90
Text Example
Text Example
White with #079A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079A90; }
p { color: rgb(7,154,144); }
H1.HeaderClassName
{
color: #079A90;
}
.AnyTagClassName
{
color: #079A90;
}
</style>
background-color css
<style>
a { background-color: #079A90; }
a { background-color: rgb(7,154,144); }
div.DivClassName
{
background-color: #079A90;
}
.BgClassName
{
background-color: #079A90;
}
</style>
border-color css
<style>
span { border-color: #079A90; }
span { border-color: rgb(7,154,144); }
td.TdClassName
{
border-color: #079A90;
}
.TagClassName
{
border-color: #079A90;
}
</style>