Shades of Persian Green #079C93
Tints of Persian Green #079C93
RGB
CMYK
RGB Variations
Color information
#079C93 (or 0x079C93) is known color: Persian Green. HEX triplet: 07, 9C and 93. RGB value is (7,156,147). Sum of RGB (Red+Green+Blue) = 7+156+147=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #079C93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079C93 is #F8636C. Grayscale: #6E6E6E. Windows color (decimal): -16278381 or 9673735. OLE color: 9673735.
HSL color Cylindrical-coordinate representation of color #079C93: hue angle of 176.38º 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 #079C93 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 156 | 147 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.39 |
| HSL | 176.38º | 0.91% | 0.32% | - |
| HSV(B) | 176.38º | 0.96% | 0.61% | - |
| XYZ | 17.24 | 25.93 | 31.7 | - |
| YUV | 110.42 | 148.64 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 156 | 147 | 0.96 | 0 | 0.06 | 0.39 | 176.38 | 0.91 | 0.32 |
| Hex | 7 | 9C | 93 | 60 | 0 | 6 | 27 | B0 | 5B | 20 |
| Octal | 7 | 234 | 223 | 140 | 0 | 6 | 47 | 260 | 133 | 40 |
| Binary | 111 | 10011100 | 10010011 | 1100000 | 0 | 110 | 100111 | 10110000 | 1011011 | 100000 |
Color Harmonies of #079C93
Complementary color
Monochromatic Colors of #079C93
Black with #079C93
Text Example
Text Example
White with #079C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079C93; }
p { color: rgb(7,156,147); }
H1.HeaderClassName
{
color: #079C93;
}
.AnyTagClassName
{
color: #079C93;
}
</style>
background-color css
<style>
a { background-color: #079C93; }
a { background-color: rgb(7,156,147); }
div.DivClassName
{
background-color: #079C93;
}
.BgClassName
{
background-color: #079C93;
}
</style>
border-color css
<style>
span { border-color: #079C93; }
span { border-color: rgb(7,156,147); }
td.TdClassName
{
border-color: #079C93;
}
.TagClassName
{
border-color: #079C93;
}
</style>