Shades of Persian Green #079C9A
Tints of Persian Green #079C9A
RGB
CMYK
RGB Variations
Color information
#079C9A (or 0x079C9A) is known color: Persian Green. HEX triplet: 07, 9C and 9A. RGB value is (7,156,154). Sum of RGB (Red+Green+Blue) = 7+156+154=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #079C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079C9A is #F86365. Grayscale: #6F6F6F. Windows color (decimal): -16278374 or 10132487. OLE color: 10132487.
HSL color Cylindrical-coordinate representation of color #079C9A: hue angle of 179.19º 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 #079C9A is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 156 | 154 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.39 |
| HSL | 179.19º | 0.91% | 0.32% | - |
| HSV(B) | 179.19º | 0.96% | 0.61% | - |
| XYZ | 17.81 | 26.16 | 34.68 | - |
| YUV | 111.22 | 152.14 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 154 | 0.96 | 0 | 0.01 | 0.39 | 179.19 | 0.91 | 0.32 |
| Hex | 7 | 9C | 9A | 60 | 0 | 1 | 27 | B3 | 5B | 20 |
| Octal | 7 | 234 | 232 | 140 | 0 | 1 | 47 | 263 | 133 | 40 |
| Binary | 111 | 10011100 | 10011010 | 1100000 | 0 | 1 | 100111 | 10110011 | 1011011 | 100000 |
Color Harmonies of #079C9A
Complementary color
Monochromatic Colors of #079C9A
Black with #079C9A
Text Example
Text Example
White with #079C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079C9A; }
p { color: rgb(7,156,154); }
H1.HeaderClassName
{
color: #079C9A;
}
.AnyTagClassName
{
color: #079C9A;
}
</style>
background-color css
<style>
a { background-color: #079C9A; }
a { background-color: rgb(7,156,154); }
div.DivClassName
{
background-color: #079C9A;
}
.BgClassName
{
background-color: #079C9A;
}
</style>
border-color css
<style>
span { border-color: #079C9A; }
span { border-color: rgb(7,156,154); }
td.TdClassName
{
border-color: #079C9A;
}
.TagClassName
{
border-color: #079C9A;
}
</style>