Shades of Persian Green #079C96
Tints of Persian Green #079C96
RGB
CMYK
RGB Variations
Color information
#079C96 (or 0x079C96) is known color: Persian Green. HEX triplet: 07, 9C and 96. RGB value is (7,156,150). Sum of RGB (Red+Green+Blue) = 7+156+150=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #079C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079C96 is #F86369. Grayscale: #6E6E6E. Windows color (decimal): -16278378 or 9870343. OLE color: 9870343.
HSL color Cylindrical-coordinate representation of color #079C96: hue angle of 177.58º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079C96 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 156 | 150 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.39 |
| HSL | 177.58º | 0.91% | 0.32% | - |
| HSV(B) | 177.58º | 0.96% | 0.61% | - |
| XYZ | 17.48 | 26.02 | 32.96 | - |
| YUV | 110.77 | 150.14 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 150 | 0.96 | 0 | 0.04 | 0.39 | 177.58 | 0.91 | 0.32 |
| Hex | 7 | 9C | 96 | 60 | 0 | 4 | 27 | B2 | 5B | 20 |
| Octal | 7 | 234 | 226 | 140 | 0 | 4 | 47 | 262 | 133 | 40 |
| Binary | 111 | 10011100 | 10010110 | 1100000 | 0 | 100 | 100111 | 10110010 | 1011011 | 100000 |
Color Harmonies of #079C96
Complementary color
Monochromatic Colors of #079C96
Black with #079C96
Text Example
Text Example
White with #079C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079C96; }
p { color: rgb(7,156,150); }
H1.HeaderClassName
{
color: #079C96;
}
.AnyTagClassName
{
color: #079C96;
}
</style>
background-color css
<style>
a { background-color: #079C96; }
a { background-color: rgb(7,156,150); }
div.DivClassName
{
background-color: #079C96;
}
.BgClassName
{
background-color: #079C96;
}
</style>
border-color css
<style>
span { border-color: #079C96; }
span { border-color: rgb(7,156,150); }
td.TdClassName
{
border-color: #079C96;
}
.TagClassName
{
border-color: #079C96;
}
</style>