Shades of Persian Green #07A29C
Tints of Persian Green #07A29C
RGB
CMYK
RGB Variations
Color information
#07A29C (or 0x07A29C) is known color: Persian Green. HEX triplet: 07, A2 and 9C. RGB value is (7,162,156). Sum of RGB (Red+Green+Blue) = 7+162+156=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #07A29C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A29C is #F85D63. Grayscale: #727272. Windows color (decimal): -16276836 or 10265095. OLE color: 10265095.
HSL color Cylindrical-coordinate representation of color #07A29C: hue angle of 177.68º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A29C is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 156 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.36 |
| HSL | 177.68º | 0.92% | 0.33% | - |
| HSV(B) | 177.68º | 0.96% | 0.64% | - |
| XYZ | 19.01 | 28.29 | 35.91 | - |
| YUV | 114.97 | 151.15 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 156 | 0.96 | 0 | 0.04 | 0.36 | 177.68 | 0.92 | 0.33 |
| Hex | 7 | A2 | 9C | 60 | 0 | 4 | 24 | B2 | 5C | 21 |
| Octal | 7 | 242 | 234 | 140 | 0 | 4 | 44 | 262 | 134 | 41 |
| Binary | 111 | 10100010 | 10011100 | 1100000 | 0 | 100 | 100100 | 10110010 | 1011100 | 100001 |
Color Harmonies of #07A29C
Complementary color
Monochromatic Colors of #07A29C
Black with #07A29C
Text Example
Text Example
White with #07A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A29C; }
p { color: rgb(7,162,156); }
H1.HeaderClassName
{
color: #07A29C;
}
.AnyTagClassName
{
color: #07A29C;
}
</style>
background-color css
<style>
a { background-color: #07A29C; }
a { background-color: rgb(7,162,156); }
div.DivClassName
{
background-color: #07A29C;
}
.BgClassName
{
background-color: #07A29C;
}
</style>
border-color css
<style>
span { border-color: #07A29C; }
span { border-color: rgb(7,162,156); }
td.TdClassName
{
border-color: #07A29C;
}
.TagClassName
{
border-color: #07A29C;
}
</style>