Shades of Jade #07B878
Tints of Jade #07B878
RGB
CMYK
RGB Variations
Color information
#07B878 (or 0x07B878) is known color: Jade. HEX triplet: 07, B8 and 78. RGB value is (7,184,120). Sum of RGB (Red+Green+Blue) = 7+184+120=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #07B878 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B878 is #F84787. Grayscale: #7B7B7B. Windows color (decimal): -16271240 or 7911431. OLE color: 7911431.
HSL color Cylindrical-coordinate representation of color #07B878: hue angle of 158.31º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B878 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 184 | 120 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.28 |
| HSL | 158.31º | 0.93% | 0.37% | - |
| HSV(B) | 158.31º | 0.96% | 0.72% | - |
| XYZ | 20.62 | 35.68 | 23.57 | - |
| YUV | 123.78 | 125.86 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 120 | 0.96 | 0 | 0.35 | 0.28 | 158.31 | 0.93 | 0.37 |
| Hex | 7 | B8 | 78 | 60 | 0 | 23 | 1C | 9E | 5D | 25 |
| Octal | 7 | 270 | 170 | 140 | 0 | 43 | 34 | 236 | 135 | 45 |
| Binary | 111 | 10111000 | 1111000 | 1100000 | 0 | 100011 | 11100 | 10011110 | 1011101 | 100101 |
Color Harmonies of #07B878
Complementary color
Monochromatic Colors of #07B878
Black with #07B878
Text Example
Text Example
White with #07B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B878; }
p { color: rgb(7,184,120); }
H1.HeaderClassName
{
color: #07B878;
}
.AnyTagClassName
{
color: #07B878;
}
</style>
background-color css
<style>
a { background-color: #07B878; }
a { background-color: rgb(7,184,120); }
div.DivClassName
{
background-color: #07B878;
}
.BgClassName
{
background-color: #07B878;
}
</style>
border-color css
<style>
span { border-color: #07B878; }
span { border-color: rgb(7,184,120); }
td.TdClassName
{
border-color: #07B878;
}
.TagClassName
{
border-color: #07B878;
}
</style>