Shades of Persian Green #079BA0
Tints of Persian Green #079BA0
RGB
CMYK
RGB Variations
Color information
#079BA0 (or 0x079BA0) is known color: Persian Green. HEX triplet: 07, 9B and A0. RGB value is (7,155,160). Sum of RGB (Red+Green+Blue) = 7+155+160=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #079BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079BA0 is #F8645F. Grayscale: #6F6F6F. Windows color (decimal): -16278624 or 10525447. OLE color: 10525447.
HSL color Cylindrical-coordinate representation of color #079BA0: hue angle of 181.96º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079BA0 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 155 | 160 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.37 |
| HSL | 181.96º | 0.92% | 0.33% | - |
| HSV(B) | 181.96º | 0.96% | 0.63% | - |
| XYZ | 18.15 | 26.03 | 37.32 | - |
| YUV | 111.32 | 155.47 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 160 | 0.96 | 0.03 | 0 | 0.37 | 181.96 | 0.92 | 0.33 |
| Hex | 7 | 9B | A0 | 60 | 3 | 0 | 25 | B6 | 5C | 21 |
| Octal | 7 | 233 | 240 | 140 | 3 | 0 | 45 | 266 | 134 | 41 |
| Binary | 111 | 10011011 | 10100000 | 1100000 | 11 | 0 | 100101 | 10110110 | 1011100 | 100001 |
Color Harmonies of #079BA0
Complementary color
Monochromatic Colors of #079BA0
Black with #079BA0
Text Example
Text Example
White with #079BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BA0; }
p { color: rgb(7,155,160); }
H1.HeaderClassName
{
color: #079BA0;
}
.AnyTagClassName
{
color: #079BA0;
}
</style>
background-color css
<style>
a { background-color: #079BA0; }
a { background-color: rgb(7,155,160); }
div.DivClassName
{
background-color: #079BA0;
}
.BgClassName
{
background-color: #079BA0;
}
</style>
border-color css
<style>
span { border-color: #079BA0; }
span { border-color: rgb(7,155,160); }
td.TdClassName
{
border-color: #079BA0;
}
.TagClassName
{
border-color: #079BA0;
}
</style>