Shades of Persian Green #07B49D
Tints of Persian Green #07B49D
RGB
CMYK
RGB Variations
Color information
#07B49D (or 0x07B49D) is known color: Persian Green. HEX triplet: 07, B4 and 9D. RGB value is (7,180,157). Sum of RGB (Red+Green+Blue) = 7+180+157=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #07B49D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B49D is #F84B62. Grayscale: #7D7D7D. Windows color (decimal): -16272227 or 10335239. OLE color: 10335239.
HSL color Cylindrical-coordinate representation of color #07B49D: hue angle of 172.02º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B49D is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 180 | 157 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.29 |
| HSL | 172.02º | 0.93% | 0.37% | - |
| HSV(B) | 172.02º | 0.96% | 0.71% | - |
| XYZ | 22.49 | 35.12 | 37.49 | - |
| YUV | 125.65 | 145.69 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 180 | 157 | 0.96 | 0 | 0.13 | 0.29 | 172.02 | 0.93 | 0.37 |
| Hex | 7 | B4 | 9D | 60 | 0 | D | 1D | AC | 5D | 25 |
| Octal | 7 | 264 | 235 | 140 | 0 | 15 | 35 | 254 | 135 | 45 |
| Binary | 111 | 10110100 | 10011101 | 1100000 | 0 | 1101 | 11101 | 10101100 | 1011101 | 100101 |
Color Harmonies of #07B49D
Complementary color
Monochromatic Colors of #07B49D
Black with #07B49D
Text Example
Text Example
White with #07B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B49D; }
p { color: rgb(7,180,157); }
H1.HeaderClassName
{
color: #07B49D;
}
.AnyTagClassName
{
color: #07B49D;
}
</style>
background-color css
<style>
a { background-color: #07B49D; }
a { background-color: rgb(7,180,157); }
div.DivClassName
{
background-color: #07B49D;
}
.BgClassName
{
background-color: #07B49D;
}
</style>
border-color css
<style>
span { border-color: #07B49D; }
span { border-color: rgb(7,180,157); }
td.TdClassName
{
border-color: #07B49D;
}
.TagClassName
{
border-color: #07B49D;
}
</style>