Shades of Jade #07B56D
Tints of Jade #07B56D
RGB
CMYK
RGB Variations
Color information
#07B56D (or 0x07B56D) is known color: Jade. HEX triplet: 07, B5 and 6D. RGB value is (7,181,109). Sum of RGB (Red+Green+Blue) = 7+181+109=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #07B56D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B56D is #F84A92. Grayscale: #787878. Windows color (decimal): -16272019 or 7189767. OLE color: 7189767.
HSL color Cylindrical-coordinate representation of color #07B56D: hue angle of 155.17º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B56D is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 181 | 109 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.29 |
| HSL | 155.17º | 0.93% | 0.37% | - |
| HSV(B) | 155.17º | 0.96% | 0.71% | - |
| XYZ | 19.37 | 34.2 | 20.05 | - |
| YUV | 120.77 | 121.35 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 181 | 109 | 0.96 | 0 | 0.40 | 0.29 | 155.17 | 0.93 | 0.37 |
| Hex | 7 | B5 | 6D | 60 | 0 | 28 | 1D | 9B | 5D | 25 |
| Octal | 7 | 265 | 155 | 140 | 0 | 50 | 35 | 233 | 135 | 45 |
| Binary | 111 | 10110101 | 1101101 | 1100000 | 0 | 101000 | 11101 | 10011011 | 1011101 | 100101 |
Color Harmonies of #07B56D
Complementary color
Monochromatic Colors of #07B56D
Black with #07B56D
Text Example
Text Example
White with #07B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B56D; }
p { color: rgb(7,181,109); }
H1.HeaderClassName
{
color: #07B56D;
}
.AnyTagClassName
{
color: #07B56D;
}
</style>
background-color css
<style>
a { background-color: #07B56D; }
a { background-color: rgb(7,181,109); }
div.DivClassName
{
background-color: #07B56D;
}
.BgClassName
{
background-color: #07B56D;
}
</style>
border-color css
<style>
span { border-color: #07B56D; }
span { border-color: rgb(7,181,109); }
td.TdClassName
{
border-color: #07B56D;
}
.TagClassName
{
border-color: #07B56D;
}
</style>