Shades of Persian Green #00B795
Tints of Persian Green #00B795
RGB
CMYK
RGB Variations
Color information
#00B795 (or 0x00B795) is known color: Persian Green. HEX triplet: 00, B7 and 95. RGB value is (0,183,149). Sum of RGB (Red+Green+Blue) = 0+183+149=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #00B795 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B795 is #FF486A. Grayscale: #7C7C7C. Windows color (decimal): -16730219 or 9811712. OLE color: 9811712.
HSL color Cylindrical-coordinate representation of color #00B795: hue angle of 168.85º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B795 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 149 | - |
| CMYK | 1 | 0 | 0.19 | 0.28 |
| HSL | 168.85º | 1% | 0.36% | - |
| HSV(B) | 168.85º | 1% | 0.72% | - |
| XYZ | 22.36 | 36.04 | 34.21 | - |
| YUV | 124.41 | 141.87 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 149 | 1 | 0 | 0.19 | 0.28 | 168.85 | 1 | 0.36 |
| Hex | 0 | B7 | 95 | 64 | 0 | 13 | 1C | A9 | 64 | 24 |
| Octal | 0 | 267 | 225 | 144 | 0 | 23 | 34 | 251 | 144 | 44 |
| Binary | 0 | 10110111 | 10010101 | 1100100 | 0 | 10011 | 11100 | 10101001 | 1100100 | 100100 |
Color Harmonies of #00B795
Complementary color
Monochromatic Colors of #00B795
Black with #00B795
Text Example
Text Example
White with #00B795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B795; }
p { color: rgb(0,183,149); }
H1.HeaderClassName
{
color: #00B795;
}
.AnyTagClassName
{
color: #00B795;
}
</style>
background-color css
<style>
a { background-color: #00B795; }
a { background-color: rgb(0,183,149); }
div.DivClassName
{
background-color: #00B795;
}
.BgClassName
{
background-color: #00B795;
}
</style>
border-color css
<style>
span { border-color: #00B795; }
span { border-color: rgb(0,183,149); }
td.TdClassName
{
border-color: #00B795;
}
.TagClassName
{
border-color: #00B795;
}
</style>