Shades of Persian Green #079B9D
Tints of Persian Green #079B9D
RGB
CMYK
RGB Variations
Color information
#079B9D (or 0x079B9D) is known color: Persian Green. HEX triplet: 07, 9B and 9D. RGB value is (7,155,157). Sum of RGB (Red+Green+Blue) = 7+155+157=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #079B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079B9D is #F86462. Grayscale: #6E6E6E. Windows color (decimal): -16278627 or 10328839. OLE color: 10328839.
HSL color Cylindrical-coordinate representation of color #079B9D: hue angle of 180.8º degrees, saturation: 0.91, 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 #079B9D is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 155 | 157 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.38 |
| HSL | 180.8º | 0.91% | 0.32% | - |
| HSV(B) | 180.8º | 0.96% | 0.62% | - |
| XYZ | 17.89 | 25.92 | 35.96 | - |
| YUV | 110.98 | 153.97 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 157 | 0.96 | 0.01 | 0 | 0.38 | 180.8 | 0.91 | 0.32 |
| Hex | 7 | 9B | 9D | 60 | 1 | 0 | 26 | B5 | 5B | 20 |
| Octal | 7 | 233 | 235 | 140 | 1 | 0 | 46 | 265 | 133 | 40 |
| Binary | 111 | 10011011 | 10011101 | 1100000 | 1 | 0 | 100110 | 10110101 | 1011011 | 100000 |
Color Harmonies of #079B9D
Complementary color
Monochromatic Colors of #079B9D
Black with #079B9D
Text Example
Text Example
White with #079B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079B9D; }
p { color: rgb(7,155,157); }
H1.HeaderClassName
{
color: #079B9D;
}
.AnyTagClassName
{
color: #079B9D;
}
</style>
background-color css
<style>
a { background-color: #079B9D; }
a { background-color: rgb(7,155,157); }
div.DivClassName
{
background-color: #079B9D;
}
.BgClassName
{
background-color: #079B9D;
}
</style>
border-color css
<style>
span { border-color: #079B9D; }
span { border-color: rgb(7,155,157); }
td.TdClassName
{
border-color: #079B9D;
}
.TagClassName
{
border-color: #079B9D;
}
</style>