Shades of Persian Green #07A98C
Tints of Persian Green #07A98C
RGB
CMYK
RGB Variations
Color information
#07A98C (or 0x07A98C) is known color: Persian Green. HEX triplet: 07, A9 and 8C. RGB value is (7,169,140). Sum of RGB (Red+Green+Blue) = 7+169+140=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 169 (66.41% from 255 or 53.48% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 169 - color contains mainly: green. Hex color #07A98C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A98C is #F85673. Grayscale: #757575. Windows color (decimal): -16275060 or 9218311. OLE color: 9218311.
HSL color Cylindrical-coordinate representation of color #07A98C: hue angle of 169.26º 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 #07A98C is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 169 | 140 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.34 |
| HSL | 169.26º | 0.92% | 0.35% | - |
| HSV(B) | 169.26º | 0.96% | 0.66% | - |
| XYZ | 19.01 | 30.31 | 29.66 | - |
| YUV | 117.26 | 140.83 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 169 | 140 | 0.96 | 0 | 0.17 | 0.34 | 169.26 | 0.92 | 0.35 |
| Hex | 7 | A9 | 8C | 60 | 0 | 11 | 22 | A9 | 5C | 23 |
| Octal | 7 | 251 | 214 | 140 | 0 | 21 | 42 | 251 | 134 | 43 |
| Binary | 111 | 10101001 | 10001100 | 1100000 | 0 | 10001 | 100010 | 10101001 | 1011100 | 100011 |
Color Harmonies of #07A98C
Complementary color
Monochromatic Colors of #07A98C
Black with #07A98C
Text Example
Text Example
White with #07A98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A98C; }
p { color: rgb(7,169,140); }
H1.HeaderClassName
{
color: #07A98C;
}
.AnyTagClassName
{
color: #07A98C;
}
</style>
background-color css
<style>
a { background-color: #07A98C; }
a { background-color: rgb(7,169,140); }
div.DivClassName
{
background-color: #07A98C;
}
.BgClassName
{
background-color: #07A98C;
}
</style>
border-color css
<style>
span { border-color: #07A98C; }
span { border-color: rgb(7,169,140); }
td.TdClassName
{
border-color: #07A98C;
}
.TagClassName
{
border-color: #07A98C;
}
</style>