Shades of Persian Green #07A99C
Tints of Persian Green #07A99C
RGB
CMYK
RGB Variations
Color information
#07A99C (or 0x07A99C) is known color: Persian Green. HEX triplet: 07, A9 and 9C. RGB value is (7,169,156). Sum of RGB (Red+Green+Blue) = 7+169+156=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #07A99C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A99C is #F85663. Grayscale: #767676. Windows color (decimal): -16275044 or 10266887. OLE color: 10266887.
HSL color Cylindrical-coordinate representation of color #07A99C: hue angle of 175.19º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A99C is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 169 | 156 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.34 |
| HSL | 175.19º | 0.92% | 0.35% | - |
| HSV(B) | 175.19º | 0.96% | 0.66% | - |
| XYZ | 20.28 | 30.82 | 36.33 | - |
| YUV | 119.08 | 148.83 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 169 | 156 | 0.96 | 0 | 0.08 | 0.34 | 175.19 | 0.92 | 0.35 |
| Hex | 7 | A9 | 9C | 60 | 0 | 8 | 22 | AF | 5C | 23 |
| Octal | 7 | 251 | 234 | 140 | 0 | 10 | 42 | 257 | 134 | 43 |
| Binary | 111 | 10101001 | 10011100 | 1100000 | 0 | 1000 | 100010 | 10101111 | 1011100 | 100011 |
Color Harmonies of #07A99C
Complementary color
Monochromatic Colors of #07A99C
Black with #07A99C
Text Example
Text Example
White with #07A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A99C; }
p { color: rgb(7,169,156); }
H1.HeaderClassName
{
color: #07A99C;
}
.AnyTagClassName
{
color: #07A99C;
}
</style>
background-color css
<style>
a { background-color: #07A99C; }
a { background-color: rgb(7,169,156); }
div.DivClassName
{
background-color: #07A99C;
}
.BgClassName
{
background-color: #07A99C;
}
</style>
border-color css
<style>
span { border-color: #07A99C; }
span { border-color: rgb(7,169,156); }
td.TdClassName
{
border-color: #07A99C;
}
.TagClassName
{
border-color: #07A99C;
}
</style>