Shades of Persian Green #00B78B
Tints of Persian Green #00B78B
RGB
CMYK
RGB Variations
Color information
#00B78B (or 0x00B78B) is known color: Persian Green. HEX triplet: 00, B7 and 8B. RGB value is (0,183,139). Sum of RGB (Red+Green+Blue) = 0+183+139=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #00B78B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B78B is #FF4874. Grayscale: #7B7B7B. Windows color (decimal): -16730229 or 9156352. OLE color: 9156352.
HSL color Cylindrical-coordinate representation of color #00B78B: hue angle of 165.57º 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 #00B78B is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 139 | - |
| CMYK | 1 | 0 | 0.24 | 0.28 |
| HSL | 165.57º | 1% | 0.36% | - |
| HSV(B) | 165.57º | 1% | 0.72% | - |
| XYZ | 21.59 | 35.73 | 30.18 | - |
| YUV | 123.27 | 136.87 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 139 | 1 | 0 | 0.24 | 0.28 | 165.57 | 1 | 0.36 |
| Hex | 0 | B7 | 8B | 64 | 0 | 18 | 1C | A6 | 64 | 24 |
| Octal | 0 | 267 | 213 | 144 | 0 | 30 | 34 | 246 | 144 | 44 |
| Binary | 0 | 10110111 | 10001011 | 1100100 | 0 | 11000 | 11100 | 10100110 | 1100100 | 100100 |
Color Harmonies of #00B78B
Complementary color
Monochromatic Colors of #00B78B
Black with #00B78B
Text Example
Text Example
White with #00B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B78B; }
p { color: rgb(0,183,139); }
H1.HeaderClassName
{
color: #00B78B;
}
.AnyTagClassName
{
color: #00B78B;
}
</style>
background-color css
<style>
a { background-color: #00B78B; }
a { background-color: rgb(0,183,139); }
div.DivClassName
{
background-color: #00B78B;
}
.BgClassName
{
background-color: #00B78B;
}
</style>
border-color css
<style>
span { border-color: #00B78B; }
span { border-color: rgb(0,183,139); }
td.TdClassName
{
border-color: #00B78B;
}
.TagClassName
{
border-color: #00B78B;
}
</style>