Shades of Persian Green #079E92
Tints of Persian Green #079E92
RGB
CMYK
RGB Variations
Color information
#079E92 (or 0x079E92) is known color: Persian Green. HEX triplet: 07, 9E and 92. RGB value is (7,158,146). Sum of RGB (Red+Green+Blue) = 7+158+146=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 158 (62.11% from 255 or 50.80% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 158 - color contains mainly: green. Hex color #079E92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079E92 is #F8616D. Grayscale: #6F6F6F. Windows color (decimal): -16277870 or 9608711. OLE color: 9608711.
HSL color Cylindrical-coordinate representation of color #079E92: hue angle of 175.23º 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 #079E92 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 158 | 146 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.38 |
| HSL | 175.23º | 0.92% | 0.32% | - |
| HSV(B) | 175.23º | 0.96% | 0.62% | - |
| XYZ | 17.5 | 26.57 | 31.4 | - |
| YUV | 111.48 | 147.47 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 158 | 146 | 0.96 | 0 | 0.08 | 0.38 | 175.23 | 0.92 | 0.32 |
| Hex | 7 | 9E | 92 | 60 | 0 | 8 | 26 | AF | 5C | 20 |
| Octal | 7 | 236 | 222 | 140 | 0 | 10 | 46 | 257 | 134 | 40 |
| Binary | 111 | 10011110 | 10010010 | 1100000 | 0 | 1000 | 100110 | 10101111 | 1011100 | 100000 |
Color Harmonies of #079E92
Complementary color
Monochromatic Colors of #079E92
Black with #079E92
Text Example
Text Example
White with #079E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079E92; }
p { color: rgb(7,158,146); }
H1.HeaderClassName
{
color: #079E92;
}
.AnyTagClassName
{
color: #079E92;
}
</style>
background-color css
<style>
a { background-color: #079E92; }
a { background-color: rgb(7,158,146); }
div.DivClassName
{
background-color: #079E92;
}
.BgClassName
{
background-color: #079E92;
}
</style>
border-color css
<style>
span { border-color: #079E92; }
span { border-color: rgb(7,158,146); }
td.TdClassName
{
border-color: #079E92;
}
.TagClassName
{
border-color: #079E92;
}
</style>