Shades of Persian Green #07B192
Tints of Persian Green #07B192
RGB
CMYK
RGB Variations
Color information
#07B192 (or 0x07B192) is known color: Persian Green. HEX triplet: 07, B1 and 92. RGB value is (7,177,146). Sum of RGB (Red+Green+Blue) = 7+177+146=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #07B192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B192 is #F84E6D. Grayscale: #7A7A7A. Windows color (decimal): -16273006 or 9613575. OLE color: 9613575.
HSL color Cylindrical-coordinate representation of color #07B192: hue angle of 169.06º 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 #07B192 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 177 | 146 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.31 |
| HSL | 169.06º | 0.92% | 0.36% | - |
| HSV(B) | 169.06º | 0.96% | 0.69% | - |
| XYZ | 21 | 33.56 | 32.57 | - |
| YUV | 122.64 | 141.18 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 177 | 146 | 0.96 | 0 | 0.18 | 0.31 | 169.06 | 0.92 | 0.36 |
| Hex | 7 | B1 | 92 | 60 | 0 | 12 | 1F | A9 | 5C | 24 |
| Octal | 7 | 261 | 222 | 140 | 0 | 22 | 37 | 251 | 134 | 44 |
| Binary | 111 | 10110001 | 10010010 | 1100000 | 0 | 10010 | 11111 | 10101001 | 1011100 | 100100 |
Color Harmonies of #07B192
Complementary color
Monochromatic Colors of #07B192
Black with #07B192
Text Example
Text Example
White with #07B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B192; }
p { color: rgb(7,177,146); }
H1.HeaderClassName
{
color: #07B192;
}
.AnyTagClassName
{
color: #07B192;
}
</style>
background-color css
<style>
a { background-color: #07B192; }
a { background-color: rgb(7,177,146); }
div.DivClassName
{
background-color: #07B192;
}
.BgClassName
{
background-color: #07B192;
}
</style>
border-color css
<style>
span { border-color: #07B192; }
span { border-color: rgb(7,177,146); }
td.TdClassName
{
border-color: #07B192;
}
.TagClassName
{
border-color: #07B192;
}
</style>