Shades of Persian Green #079E8A
Tints of Persian Green #079E8A
RGB
CMYK
RGB Variations
Color information
#079E8A (or 0x079E8A) is known color: Persian Green. HEX triplet: 07, 9E and 8A. RGB value is (7,158,138). Sum of RGB (Red+Green+Blue) = 7+158+138=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #079E8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079E8A is #F86175. Grayscale: #6E6E6E. Windows color (decimal): -16277878 or 9084423. OLE color: 9084423.
HSL color Cylindrical-coordinate representation of color #079E8A: hue angle of 172.05º 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 #079E8A is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 158 | 138 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.38 |
| HSL | 172.05º | 0.92% | 0.32% | - |
| HSV(B) | 172.05º | 0.96% | 0.62% | - |
| XYZ | 16.9 | 26.33 | 28.24 | - |
| YUV | 110.57 | 143.47 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 158 | 138 | 0.96 | 0 | 0.13 | 0.38 | 172.05 | 0.92 | 0.32 |
| Hex | 7 | 9E | 8A | 60 | 0 | D | 26 | AC | 5C | 20 |
| Octal | 7 | 236 | 212 | 140 | 0 | 15 | 46 | 254 | 134 | 40 |
| Binary | 111 | 10011110 | 10001010 | 1100000 | 0 | 1101 | 100110 | 10101100 | 1011100 | 100000 |
Color Harmonies of #079E8A
Complementary color
Monochromatic Colors of #079E8A
Black with #079E8A
Text Example
Text Example
White with #079E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079E8A; }
p { color: rgb(7,158,138); }
H1.HeaderClassName
{
color: #079E8A;
}
.AnyTagClassName
{
color: #079E8A;
}
</style>
background-color css
<style>
a { background-color: #079E8A; }
a { background-color: rgb(7,158,138); }
div.DivClassName
{
background-color: #079E8A;
}
.BgClassName
{
background-color: #079E8A;
}
</style>
border-color css
<style>
span { border-color: #079E8A; }
span { border-color: rgb(7,158,138); }
td.TdClassName
{
border-color: #079E8A;
}
.TagClassName
{
border-color: #079E8A;
}
</style>