Shades of Persian Green #079E8B
Tints of Persian Green #079E8B
RGB
CMYK
RGB Variations
Color information
#079E8B (or 0x079E8B) is known color: Persian Green. HEX triplet: 07, 9E and 8B. RGB value is (7,158,139). Sum of RGB (Red+Green+Blue) = 7+158+139=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #079E8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079E8B is #F86174. Grayscale: #6E6E6E. Windows color (decimal): -16277877 or 9149959. OLE color: 9149959.
HSL color Cylindrical-coordinate representation of color #079E8B: hue angle of 172.45º degrees, saturation: 0.92, 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 #079E8B is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 158 | 139 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.38 |
| HSL | 172.45º | 0.92% | 0.32% | - |
| HSV(B) | 172.45º | 0.96% | 0.62% | - |
| XYZ | 16.97 | 26.36 | 28.62 | - |
| YUV | 110.69 | 143.97 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 158 | 139 | 0.96 | 0 | 0.12 | 0.38 | 172.45 | 0.92 | 0.32 |
| Hex | 7 | 9E | 8B | 60 | 0 | C | 26 | AC | 5C | 20 |
| Octal | 7 | 236 | 213 | 140 | 0 | 14 | 46 | 254 | 134 | 40 |
| Binary | 111 | 10011110 | 10001011 | 1100000 | 0 | 1100 | 100110 | 10101100 | 1011100 | 100000 |
Color Harmonies of #079E8B
Complementary color
Monochromatic Colors of #079E8B
Black with #079E8B
Text Example
Text Example
White with #079E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079E8B; }
p { color: rgb(7,158,139); }
H1.HeaderClassName
{
color: #079E8B;
}
.AnyTagClassName
{
color: #079E8B;
}
</style>
background-color css
<style>
a { background-color: #079E8B; }
a { background-color: rgb(7,158,139); }
div.DivClassName
{
background-color: #079E8B;
}
.BgClassName
{
background-color: #079E8B;
}
</style>
border-color css
<style>
span { border-color: #079E8B; }
span { border-color: rgb(7,158,139); }
td.TdClassName
{
border-color: #079E8B;
}
.TagClassName
{
border-color: #079E8B;
}
</style>