Shades of Persian Green #079B89
Tints of Persian Green #079B89
RGB
CMYK
RGB Variations
Color information
#079B89 (or 0x079B89) is known color: Persian Green. HEX triplet: 07, 9B and 89. RGB value is (7,155,137). Sum of RGB (Red+Green+Blue) = 7+155+137=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #079B89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079B89 is #F86476. Grayscale: #6C6C6C. Windows color (decimal): -16278647 or 9018119. OLE color: 9018119.
HSL color Cylindrical-coordinate representation of color #079B89: hue angle of 172.7º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079B89 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 155 | 137 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.39 |
| HSL | 172.7º | 0.91% | 0.32% | - |
| HSV(B) | 172.7º | 0.95% | 0.61% | - |
| XYZ | 16.32 | 25.29 | 27.69 | - |
| YUV | 108.7 | 143.97 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 137 | 0.95 | 0 | 0.12 | 0.39 | 172.7 | 0.91 | 0.32 |
| Hex | 7 | 9B | 89 | 5F | 0 | C | 27 | AD | 5B | 20 |
| Octal | 7 | 233 | 211 | 137 | 0 | 14 | 47 | 255 | 133 | 40 |
| Binary | 111 | 10011011 | 10001001 | 1011111 | 0 | 1100 | 100111 | 10101101 | 1011011 | 100000 |
Color Harmonies of #079B89
Complementary color
Monochromatic Colors of #079B89
Black with #079B89
Text Example
Text Example
White with #079B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079B89; }
p { color: rgb(7,155,137); }
H1.HeaderClassName
{
color: #079B89;
}
.AnyTagClassName
{
color: #079B89;
}
</style>
background-color css
<style>
a { background-color: #079B89; }
a { background-color: rgb(7,155,137); }
div.DivClassName
{
background-color: #079B89;
}
.BgClassName
{
background-color: #079B89;
}
</style>
border-color css
<style>
span { border-color: #079B89; }
span { border-color: rgb(7,155,137); }
td.TdClassName
{
border-color: #079B89;
}
.TagClassName
{
border-color: #079B89;
}
</style>