Shades of Persian Green #07B19D
Tints of Persian Green #07B19D
RGB
CMYK
RGB Variations
Color information
#07B19D (or 0x07B19D) is known color: Persian Green. HEX triplet: 07, B1 and 9D. RGB value is (7,177,157). Sum of RGB (Red+Green+Blue) = 7+177+157=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #07B19D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B19D is #F84E62. Grayscale: #7B7B7B. Windows color (decimal): -16272995 or 10334471. OLE color: 10334471.
HSL color Cylindrical-coordinate representation of color #07B19D: hue angle of 172.94º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B19D is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 177 | 157 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.31 |
| HSL | 172.94º | 0.92% | 0.36% | - |
| HSV(B) | 172.94º | 0.96% | 0.69% | - |
| XYZ | 21.9 | 33.92 | 37.29 | - |
| YUV | 123.89 | 146.68 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 177 | 157 | 0.96 | 0 | 0.11 | 0.31 | 172.94 | 0.92 | 0.36 |
| Hex | 7 | B1 | 9D | 60 | 0 | B | 1F | AD | 5C | 24 |
| Octal | 7 | 261 | 235 | 140 | 0 | 13 | 37 | 255 | 134 | 44 |
| Binary | 111 | 10110001 | 10011101 | 1100000 | 0 | 1011 | 11111 | 10101101 | 1011100 | 100100 |
Color Harmonies of #07B19D
Complementary color
Monochromatic Colors of #07B19D
Black with #07B19D
Text Example
Text Example
White with #07B19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B19D; }
p { color: rgb(7,177,157); }
H1.HeaderClassName
{
color: #07B19D;
}
.AnyTagClassName
{
color: #07B19D;
}
</style>
background-color css
<style>
a { background-color: #07B19D; }
a { background-color: rgb(7,177,157); }
div.DivClassName
{
background-color: #07B19D;
}
.BgClassName
{
background-color: #07B19D;
}
</style>
border-color css
<style>
span { border-color: #07B19D; }
span { border-color: rgb(7,177,157); }
td.TdClassName
{
border-color: #07B19D;
}
.TagClassName
{
border-color: #07B19D;
}
</style>