Shades of Persian Green #00B785
Tints of Persian Green #00B785
RGB
CMYK
RGB Variations
Color information
#00B785 (or 0x00B785) is known color: Persian Green. HEX triplet: 00, B7 and 85. RGB value is (0,183,133). Sum of RGB (Red+Green+Blue) = 0+183+133=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #00B785 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B785 is #FF487A. Grayscale: #7A7A7A. Windows color (decimal): -16730235 or 8763136. OLE color: 8763136.
HSL color Cylindrical-coordinate representation of color #00B785: hue angle of 163.61º 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 #00B785 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 133 | - |
| CMYK | 1 | 0 | 0.27 | 0.28 |
| HSL | 163.61º | 1% | 0.36% | - |
| HSV(B) | 163.61º | 1% | 0.72% | - |
| XYZ | 21.17 | 35.56 | 27.94 | - |
| YUV | 122.58 | 133.87 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 133 | 1 | 0 | 0.27 | 0.28 | 163.61 | 1 | 0.36 |
| Hex | 0 | B7 | 85 | 64 | 0 | 1B | 1C | A4 | 64 | 24 |
| Octal | 0 | 267 | 205 | 144 | 0 | 33 | 34 | 244 | 144 | 44 |
| Binary | 0 | 10110111 | 10000101 | 1100100 | 0 | 11011 | 11100 | 10100100 | 1100100 | 100100 |
Color Harmonies of #00B785
Complementary color
Monochromatic Colors of #00B785
Black with #00B785
Text Example
Text Example
White with #00B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B785; }
p { color: rgb(0,183,133); }
H1.HeaderClassName
{
color: #00B785;
}
.AnyTagClassName
{
color: #00B785;
}
</style>
background-color css
<style>
a { background-color: #00B785; }
a { background-color: rgb(0,183,133); }
div.DivClassName
{
background-color: #00B785;
}
.BgClassName
{
background-color: #00B785;
}
</style>
border-color css
<style>
span { border-color: #00B785; }
span { border-color: rgb(0,183,133); }
td.TdClassName
{
border-color: #00B785;
}
.TagClassName
{
border-color: #00B785;
}
</style>