Shades of Jade #07B36D
Tints of Jade #07B36D
RGB
CMYK
RGB Variations
Color information
#07B36D (or 0x07B36D) is known color: Jade. HEX triplet: 07, B3 and 6D. RGB value is (7,179,109). Sum of RGB (Red+Green+Blue) = 7+179+109=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #07B36D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B36D is #F84C92. Grayscale: #777777. Windows color (decimal): -16272531 or 7189255. OLE color: 7189255.
HSL color Cylindrical-coordinate representation of color #07B36D: hue angle of 155.58º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B36D is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 179 | 109 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.30 |
| HSL | 155.58º | 0.92% | 0.36% | - |
| HSV(B) | 155.58º | 0.96% | 0.7% | - |
| XYZ | 18.97 | 33.39 | 19.91 | - |
| YUV | 119.59 | 122.02 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 179 | 109 | 0.96 | 0 | 0.39 | 0.30 | 155.58 | 0.92 | 0.36 |
| Hex | 7 | B3 | 6D | 60 | 0 | 27 | 1E | 9C | 5C | 24 |
| Octal | 7 | 263 | 155 | 140 | 0 | 47 | 36 | 234 | 134 | 44 |
| Binary | 111 | 10110011 | 1101101 | 1100000 | 0 | 100111 | 11110 | 10011100 | 1011100 | 100100 |
Color Harmonies of #07B36D
Complementary color
Monochromatic Colors of #07B36D
Black with #07B36D
Text Example
Text Example
White with #07B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B36D; }
p { color: rgb(7,179,109); }
H1.HeaderClassName
{
color: #07B36D;
}
.AnyTagClassName
{
color: #07B36D;
}
</style>
background-color css
<style>
a { background-color: #07B36D; }
a { background-color: rgb(7,179,109); }
div.DivClassName
{
background-color: #07B36D;
}
.BgClassName
{
background-color: #07B36D;
}
</style>
border-color css
<style>
span { border-color: #07B36D; }
span { border-color: rgb(7,179,109); }
td.TdClassName
{
border-color: #07B36D;
}
.TagClassName
{
border-color: #07B36D;
}
</style>