Shades of Persian Green #079E8C
Tints of Persian Green #079E8C
RGB
CMYK
RGB Variations
Color information
#079E8C (or 0x079E8C) is known color: Persian Green. HEX triplet: 07, 9E and 8C. RGB value is (7,158,140). Sum of RGB (Red+Green+Blue) = 7+158+140=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #079E8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079E8C is #F86173. Grayscale: #6E6E6E. Windows color (decimal): -16277876 or 9215495. OLE color: 9215495.
HSL color Cylindrical-coordinate representation of color #079E8C: hue angle of 172.85º 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 #079E8C is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 158 | 140 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.38 |
| HSL | 172.85º | 0.92% | 0.32% | - |
| HSV(B) | 172.85º | 0.96% | 0.62% | - |
| XYZ | 17.05 | 26.39 | 29.01 | - |
| YUV | 110.8 | 144.47 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 158 | 140 | 0.96 | 0 | 0.11 | 0.38 | 172.85 | 0.92 | 0.32 |
| Hex | 7 | 9E | 8C | 60 | 0 | B | 26 | AD | 5C | 20 |
| Octal | 7 | 236 | 214 | 140 | 0 | 13 | 46 | 255 | 134 | 40 |
| Binary | 111 | 10011110 | 10001100 | 1100000 | 0 | 1011 | 100110 | 10101101 | 1011100 | 100000 |
Color Harmonies of #079E8C
Complementary color
Monochromatic Colors of #079E8C
Black with #079E8C
Text Example
Text Example
White with #079E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079E8C; }
p { color: rgb(7,158,140); }
H1.HeaderClassName
{
color: #079E8C;
}
.AnyTagClassName
{
color: #079E8C;
}
</style>
background-color css
<style>
a { background-color: #079E8C; }
a { background-color: rgb(7,158,140); }
div.DivClassName
{
background-color: #079E8C;
}
.BgClassName
{
background-color: #079E8C;
}
</style>
border-color css
<style>
span { border-color: #079E8C; }
span { border-color: rgb(7,158,140); }
td.TdClassName
{
border-color: #079E8C;
}
.TagClassName
{
border-color: #079E8C;
}
</style>