Shades of Persian Green #079F9E
Tints of Persian Green #079F9E
RGB
CMYK
RGB Variations
Color information
#079F9E (or 0x079F9E) is known color: Persian Green. HEX triplet: 07, 9F and 9E. RGB value is (7,159,158). Sum of RGB (Red+Green+Blue) = 7+159+158=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #079F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079F9E is #F86061. Grayscale: #717171. Windows color (decimal): -16277602 or 10395399. OLE color: 10395399.
HSL color Cylindrical-coordinate representation of color #079F9E: hue angle of 179.61º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079F9E is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 159 | 158 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.38 |
| HSL | 179.61º | 0.92% | 0.33% | - |
| HSV(B) | 179.61º | 0.96% | 0.62% | - |
| XYZ | 18.66 | 27.31 | 36.64 | - |
| YUV | 113.44 | 153.14 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 158 | 0.96 | 0 | 0.01 | 0.38 | 179.61 | 0.92 | 0.33 |
| Hex | 7 | 9F | 9E | 60 | 0 | 1 | 26 | B4 | 5C | 21 |
| Octal | 7 | 237 | 236 | 140 | 0 | 1 | 46 | 264 | 134 | 41 |
| Binary | 111 | 10011111 | 10011110 | 1100000 | 0 | 1 | 100110 | 10110100 | 1011100 | 100001 |
Color Harmonies of #079F9E
Complementary color
Monochromatic Colors of #079F9E
Black with #079F9E
Text Example
Text Example
White with #079F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079F9E; }
p { color: rgb(7,159,158); }
H1.HeaderClassName
{
color: #079F9E;
}
.AnyTagClassName
{
color: #079F9E;
}
</style>
background-color css
<style>
a { background-color: #079F9E; }
a { background-color: rgb(7,159,158); }
div.DivClassName
{
background-color: #079F9E;
}
.BgClassName
{
background-color: #079F9E;
}
</style>
border-color css
<style>
span { border-color: #079F9E; }
span { border-color: rgb(7,159,158); }
td.TdClassName
{
border-color: #079F9E;
}
.TagClassName
{
border-color: #079F9E;
}
</style>