Shades of Persian Green #00B78C
Tints of Persian Green #00B78C
RGB
CMYK
RGB Variations
Color information
#00B78C (or 0x00B78C) is known color: Persian Green. HEX triplet: 00, B7 and 8C. RGB value is (0,183,140). Sum of RGB (Red+Green+Blue) = 0+183+140=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #00B78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B78C is #FF4873. Grayscale: #7B7B7B. Windows color (decimal): -16730228 or 9221888. OLE color: 9221888.
HSL color Cylindrical-coordinate representation of color #00B78C: hue angle of 165.9º 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 #00B78C is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 140 | - |
| CMYK | 1 | 0 | 0.23 | 0.28 |
| HSL | 165.9º | 1% | 0.36% | - |
| HSV(B) | 165.9º | 1% | 0.72% | - |
| XYZ | 21.67 | 35.76 | 30.57 | - |
| YUV | 123.38 | 137.37 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 140 | 1 | 0 | 0.23 | 0.28 | 165.9 | 1 | 0.36 |
| Hex | 0 | B7 | 8C | 64 | 0 | 17 | 1C | A6 | 64 | 24 |
| Octal | 0 | 267 | 214 | 144 | 0 | 27 | 34 | 246 | 144 | 44 |
| Binary | 0 | 10110111 | 10001100 | 1100100 | 0 | 10111 | 11100 | 10100110 | 1100100 | 100100 |
Color Harmonies of #00B78C
Complementary color
Monochromatic Colors of #00B78C
Black with #00B78C
Text Example
Text Example
White with #00B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B78C; }
p { color: rgb(0,183,140); }
H1.HeaderClassName
{
color: #00B78C;
}
.AnyTagClassName
{
color: #00B78C;
}
</style>
background-color css
<style>
a { background-color: #00B78C; }
a { background-color: rgb(0,183,140); }
div.DivClassName
{
background-color: #00B78C;
}
.BgClassName
{
background-color: #00B78C;
}
</style>
border-color css
<style>
span { border-color: #00B78C; }
span { border-color: rgb(0,183,140); }
td.TdClassName
{
border-color: #00B78C;
}
.TagClassName
{
border-color: #00B78C;
}
</style>