Shades of Persian Green #07B194
Tints of Persian Green #07B194
RGB
CMYK
RGB Variations
Color information
#07B194 (or 0x07B194) is known color: Persian Green. HEX triplet: 07, B1 and 94. RGB value is (7,177,148). Sum of RGB (Red+Green+Blue) = 7+177+148=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #07B194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B194 is #F84E6B. Grayscale: #7A7A7A. Windows color (decimal): -16273004 or 9744647. OLE color: 9744647.
HSL color Cylindrical-coordinate representation of color #07B194: hue angle of 169.76º 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 #07B194 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 177 | 148 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.31 |
| HSL | 169.76º | 0.92% | 0.36% | - |
| HSV(B) | 169.76º | 0.96% | 0.69% | - |
| XYZ | 21.16 | 33.63 | 33.39 | - |
| YUV | 122.86 | 142.18 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 177 | 148 | 0.96 | 0 | 0.16 | 0.31 | 169.76 | 0.92 | 0.36 |
| Hex | 7 | B1 | 94 | 60 | 0 | 10 | 1F | AA | 5C | 24 |
| Octal | 7 | 261 | 224 | 140 | 0 | 20 | 37 | 252 | 134 | 44 |
| Binary | 111 | 10110001 | 10010100 | 1100000 | 0 | 10000 | 11111 | 10101010 | 1011100 | 100100 |
Color Harmonies of #07B194
Complementary color
Monochromatic Colors of #07B194
Black with #07B194
Text Example
Text Example
White with #07B194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B194; }
p { color: rgb(7,177,148); }
H1.HeaderClassName
{
color: #07B194;
}
.AnyTagClassName
{
color: #07B194;
}
</style>
background-color css
<style>
a { background-color: #07B194; }
a { background-color: rgb(7,177,148); }
div.DivClassName
{
background-color: #07B194;
}
.BgClassName
{
background-color: #07B194;
}
</style>
border-color css
<style>
span { border-color: #07B194; }
span { border-color: rgb(7,177,148); }
td.TdClassName
{
border-color: #07B194;
}
.TagClassName
{
border-color: #07B194;
}
</style>