Shades of Persian Green #079D98
Tints of Persian Green #079D98
RGB
CMYK
RGB Variations
Color information
#079D98 (or 0x079D98) is known color: Persian Green. HEX triplet: 07, 9D and 98. RGB value is (7,157,152). Sum of RGB (Red+Green+Blue) = 7+157+152=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #079D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079D98 is #F86267. Grayscale: #6F6F6F. Windows color (decimal): -16278120 or 10001671. OLE color: 10001671.
HSL color Cylindrical-coordinate representation of color #079D98: hue angle of 178º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079D98 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 157 | 152 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.38 |
| HSL | 178º | 0.91% | 0.32% | - |
| HSV(B) | 178º | 0.96% | 0.62% | - |
| XYZ | 17.81 | 26.43 | 33.87 | - |
| YUV | 111.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 152 | 0.96 | 0 | 0.03 | 0.38 | 178 | 0.91 | 0.32 |
| Hex | 7 | 9D | 98 | 60 | 0 | 3 | 26 | B2 | 5B | 20 |
| Octal | 7 | 235 | 230 | 140 | 0 | 3 | 46 | 262 | 133 | 40 |
| Binary | 111 | 10011101 | 10011000 | 1100000 | 0 | 11 | 100110 | 10110010 | 1011011 | 100000 |
Color Harmonies of #079D98
Complementary color
Monochromatic Colors of #079D98
Black with #079D98
Text Example
Text Example
White with #079D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079D98; }
p { color: rgb(7,157,152); }
H1.HeaderClassName
{
color: #079D98;
}
.AnyTagClassName
{
color: #079D98;
}
</style>
background-color css
<style>
a { background-color: #079D98; }
a { background-color: rgb(7,157,152); }
div.DivClassName
{
background-color: #079D98;
}
.BgClassName
{
background-color: #079D98;
}
</style>
border-color css
<style>
span { border-color: #079D98; }
span { border-color: rgb(7,157,152); }
td.TdClassName
{
border-color: #079D98;
}
.TagClassName
{
border-color: #079D98;
}
</style>