Shades of Persian Green #07B2A6
Tints of Persian Green #07B2A6
RGB
CMYK
RGB Variations
Color information
#07B2A6 (or 0x07B2A6) is known color: Persian Green. HEX triplet: 07, B2 and A6. RGB value is (7,178,166). Sum of RGB (Red+Green+Blue) = 7+178+166=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #07B2A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B2A6 is #F84D59. Grayscale: #7D7D7D. Windows color (decimal): -16272730 or 10924551. OLE color: 10924551.
HSL color Cylindrical-coordinate representation of color #07B2A6: hue angle of 175.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B2A6 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 178 | 166 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.30 |
| HSL | 175.79º | 0.92% | 0.36% | - |
| HSV(B) | 175.79º | 0.96% | 0.7% | - |
| XYZ | 22.89 | 34.64 | 41.56 | - |
| YUV | 125.5 | 150.85 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 166 | 0.96 | 0 | 0.07 | 0.30 | 175.79 | 0.92 | 0.36 |
| Hex | 7 | B2 | A6 | 60 | 0 | 7 | 1E | B0 | 5C | 24 |
| Octal | 7 | 262 | 246 | 140 | 0 | 7 | 36 | 260 | 134 | 44 |
| Binary | 111 | 10110010 | 10100110 | 1100000 | 0 | 111 | 11110 | 10110000 | 1011100 | 100100 |
Color Harmonies of #07B2A6
Complementary color
Monochromatic Colors of #07B2A6
Black with #07B2A6
Text Example
Text Example
White with #07B2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B2A6; }
p { color: rgb(7,178,166); }
H1.HeaderClassName
{
color: #07B2A6;
}
.AnyTagClassName
{
color: #07B2A6;
}
</style>
background-color css
<style>
a { background-color: #07B2A6; }
a { background-color: rgb(7,178,166); }
div.DivClassName
{
background-color: #07B2A6;
}
.BgClassName
{
background-color: #07B2A6;
}
</style>
border-color css
<style>
span { border-color: #07B2A6; }
span { border-color: rgb(7,178,166); }
td.TdClassName
{
border-color: #07B2A6;
}
.TagClassName
{
border-color: #07B2A6;
}
</style>