Shades of Persian Green #079DA2
Tints of Persian Green #079DA2
RGB
CMYK
RGB Variations
Color information
#079DA2 (or 0x079DA2) is known color: Persian Green. HEX triplet: 07, 9D and A2. RGB value is (7,157,162). Sum of RGB (Red+Green+Blue) = 7+157+162=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #079DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079DA2 is #F8625D. Grayscale: #707070. Windows color (decimal): -16278110 or 10657031. OLE color: 10657031.
HSL color Cylindrical-coordinate representation of color #079DA2: hue angle of 181.94º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079DA2 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 157 | 162 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.36 |
| HSL | 181.94º | 0.92% | 0.33% | - |
| HSV(B) | 181.94º | 0.96% | 0.64% | - |
| XYZ | 18.67 | 26.77 | 38.37 | - |
| YUV | 112.72 | 155.81 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 162 | 0.96 | 0.03 | 0 | 0.36 | 181.94 | 0.92 | 0.33 |
| Hex | 7 | 9D | A2 | 60 | 3 | 0 | 24 | B6 | 5C | 21 |
| Octal | 7 | 235 | 242 | 140 | 3 | 0 | 44 | 266 | 134 | 41 |
| Binary | 111 | 10011101 | 10100010 | 1100000 | 11 | 0 | 100100 | 10110110 | 1011100 | 100001 |
Color Harmonies of #079DA2
Complementary color
Monochromatic Colors of #079DA2
Black with #079DA2
Text Example
Text Example
White with #079DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DA2; }
p { color: rgb(7,157,162); }
H1.HeaderClassName
{
color: #079DA2;
}
.AnyTagClassName
{
color: #079DA2;
}
</style>
background-color css
<style>
a { background-color: #079DA2; }
a { background-color: rgb(7,157,162); }
div.DivClassName
{
background-color: #079DA2;
}
.BgClassName
{
background-color: #079DA2;
}
</style>
border-color css
<style>
span { border-color: #079DA2; }
span { border-color: rgb(7,157,162); }
td.TdClassName
{
border-color: #079DA2;
}
.TagClassName
{
border-color: #079DA2;
}
</style>