Shades of Persian Green #07B19A
Tints of Persian Green #07B19A
RGB
CMYK
RGB Variations
Color information
#07B19A (or 0x07B19A) is known color: Persian Green. HEX triplet: 07, B1 and 9A. RGB value is (7,177,154). Sum of RGB (Red+Green+Blue) = 7+177+154=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #07B19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B19A is #F84E65. Grayscale: #7B7B7B. Windows color (decimal): -16272998 or 10137863. OLE color: 10137863.
HSL color Cylindrical-coordinate representation of color #07B19A: hue angle of 171.88º 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 #07B19A is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 177 | 154 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.31 |
| HSL | 171.88º | 0.92% | 0.36% | - |
| HSV(B) | 171.88º | 0.96% | 0.69% | - |
| XYZ | 21.64 | 33.82 | 35.96 | - |
| YUV | 123.55 | 145.18 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 177 | 154 | 0.96 | 0 | 0.13 | 0.31 | 171.88 | 0.92 | 0.36 |
| Hex | 7 | B1 | 9A | 60 | 0 | D | 1F | AC | 5C | 24 |
| Octal | 7 | 261 | 232 | 140 | 0 | 15 | 37 | 254 | 134 | 44 |
| Binary | 111 | 10110001 | 10011010 | 1100000 | 0 | 1101 | 11111 | 10101100 | 1011100 | 100100 |
Color Harmonies of #07B19A
Complementary color
Monochromatic Colors of #07B19A
Black with #07B19A
Text Example
Text Example
White with #07B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B19A; }
p { color: rgb(7,177,154); }
H1.HeaderClassName
{
color: #07B19A;
}
.AnyTagClassName
{
color: #07B19A;
}
</style>
background-color css
<style>
a { background-color: #07B19A; }
a { background-color: rgb(7,177,154); }
div.DivClassName
{
background-color: #07B19A;
}
.BgClassName
{
background-color: #07B19A;
}
</style>
border-color css
<style>
span { border-color: #07B19A; }
span { border-color: rgb(7,177,154); }
td.TdClassName
{
border-color: #07B19A;
}
.TagClassName
{
border-color: #07B19A;
}
</style>