Shades of Persian Green #07A59B
Tints of Persian Green #07A59B
RGB
CMYK
RGB Variations
Color information
#07A59B (or 0x07A59B) is known color: Persian Green. HEX triplet: 07, A5 and 9B. RGB value is (7,165,155). Sum of RGB (Red+Green+Blue) = 7+165+155=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #07A59B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A59B is #F85A64. Grayscale: #747474. Windows color (decimal): -16276069 or 10200327. OLE color: 10200327.
HSL color Cylindrical-coordinate representation of color #07A59B: hue angle of 176.2º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A59B is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 165 | 155 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.35 |
| HSL | 176.2º | 0.92% | 0.34% | - |
| HSV(B) | 176.2º | 0.96% | 0.65% | - |
| XYZ | 19.46 | 29.32 | 35.64 | - |
| YUV | 116.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 165 | 155 | 0.96 | 0 | 0.06 | 0.35 | 176.2 | 0.92 | 0.34 |
| Hex | 7 | A5 | 9B | 60 | 0 | 6 | 23 | B0 | 5C | 22 |
| Octal | 7 | 245 | 233 | 140 | 0 | 6 | 43 | 260 | 134 | 42 |
| Binary | 111 | 10100101 | 10011011 | 1100000 | 0 | 110 | 100011 | 10110000 | 1011100 | 100010 |
Color Harmonies of #07A59B
Complementary color
Monochromatic Colors of #07A59B
Black with #07A59B
Text Example
Text Example
White with #07A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A59B; }
p { color: rgb(7,165,155); }
H1.HeaderClassName
{
color: #07A59B;
}
.AnyTagClassName
{
color: #07A59B;
}
</style>
background-color css
<style>
a { background-color: #07A59B; }
a { background-color: rgb(7,165,155); }
div.DivClassName
{
background-color: #07A59B;
}
.BgClassName
{
background-color: #07A59B;
}
</style>
border-color css
<style>
span { border-color: #07A59B; }
span { border-color: rgb(7,165,155); }
td.TdClassName
{
border-color: #07A59B;
}
.TagClassName
{
border-color: #07A59B;
}
</style>