Shades of Persian Green #079F9D
Tints of Persian Green #079F9D
RGB
CMYK
RGB Variations
Color information
#079F9D (or 0x079F9D) is known color: Persian Green. HEX triplet: 07, 9F and 9D. RGB value is (7,159,157). Sum of RGB (Red+Green+Blue) = 7+159+157=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #079F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079F9D is #F86062. Grayscale: #717171. Windows color (decimal): -16277603 or 10329863. OLE color: 10329863.
HSL color Cylindrical-coordinate representation of color #079F9D: hue angle of 179.21º 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 #079F9D is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 159 | 157 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.38 |
| HSL | 179.21º | 0.92% | 0.33% | - |
| HSV(B) | 179.21º | 0.96% | 0.62% | - |
| XYZ | 18.57 | 27.28 | 36.18 | - |
| YUV | 113.32 | 152.64 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 157 | 0.96 | 0 | 0.01 | 0.38 | 179.21 | 0.92 | 0.33 |
| Hex | 7 | 9F | 9D | 60 | 0 | 1 | 26 | B3 | 5C | 21 |
| Octal | 7 | 237 | 235 | 140 | 0 | 1 | 46 | 263 | 134 | 41 |
| Binary | 111 | 10011111 | 10011101 | 1100000 | 0 | 1 | 100110 | 10110011 | 1011100 | 100001 |
Color Harmonies of #079F9D
Complementary color
Monochromatic Colors of #079F9D
Black with #079F9D
Text Example
Text Example
White with #079F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079F9D; }
p { color: rgb(7,159,157); }
H1.HeaderClassName
{
color: #079F9D;
}
.AnyTagClassName
{
color: #079F9D;
}
</style>
background-color css
<style>
a { background-color: #079F9D; }
a { background-color: rgb(7,159,157); }
div.DivClassName
{
background-color: #079F9D;
}
.BgClassName
{
background-color: #079F9D;
}
</style>
border-color css
<style>
span { border-color: #079F9D; }
span { border-color: rgb(7,159,157); }
td.TdClassName
{
border-color: #079F9D;
}
.TagClassName
{
border-color: #079F9D;
}
</style>