Shades of Persian Green #00B78D
Tints of Persian Green #00B78D
RGB
CMYK
RGB Variations
Color information
#00B78D (or 0x00B78D) is known color: Persian Green. HEX triplet: 00, B7 and 8D. RGB value is (0,183,141). Sum of RGB (Red+Green+Blue) = 0+183+141=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #00B78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B78D is #FF4872. Grayscale: #7B7B7B. Windows color (decimal): -16730227 or 9287424. OLE color: 9287424.
HSL color Cylindrical-coordinate representation of color #00B78D: hue angle of 166.23º 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 #00B78D is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 141 | - |
| CMYK | 1 | 0 | 0.23 | 0.28 |
| HSL | 166.23º | 1% | 0.36% | - |
| HSV(B) | 166.23º | 1% | 0.72% | - |
| XYZ | 21.74 | 35.79 | 30.96 | - |
| YUV | 123.5 | 137.87 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 141 | 1 | 0 | 0.23 | 0.28 | 166.23 | 1 | 0.36 |
| Hex | 0 | B7 | 8D | 64 | 0 | 17 | 1C | A6 | 64 | 24 |
| Octal | 0 | 267 | 215 | 144 | 0 | 27 | 34 | 246 | 144 | 44 |
| Binary | 0 | 10110111 | 10001101 | 1100100 | 0 | 10111 | 11100 | 10100110 | 1100100 | 100100 |
Color Harmonies of #00B78D
Complementary color
Monochromatic Colors of #00B78D
Black with #00B78D
Text Example
Text Example
White with #00B78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B78D; }
p { color: rgb(0,183,141); }
H1.HeaderClassName
{
color: #00B78D;
}
.AnyTagClassName
{
color: #00B78D;
}
</style>
background-color css
<style>
a { background-color: #00B78D; }
a { background-color: rgb(0,183,141); }
div.DivClassName
{
background-color: #00B78D;
}
.BgClassName
{
background-color: #00B78D;
}
</style>
border-color css
<style>
span { border-color: #00B78D; }
span { border-color: rgb(0,183,141); }
td.TdClassName
{
border-color: #00B78D;
}
.TagClassName
{
border-color: #00B78D;
}
</style>