Shades of Jade #07B16D
Tints of Jade #07B16D
RGB
CMYK
RGB Variations
Color information
#07B16D (or 0x07B16D) is known color: Jade. HEX triplet: 07, B1 and 6D. RGB value is (7,177,109). Sum of RGB (Red+Green+Blue) = 7+177+109=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #07B16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B16D is #F84E92. Grayscale: #767676. Windows color (decimal): -16273043 or 7188743. OLE color: 7188743.
HSL color Cylindrical-coordinate representation of color #07B16D: hue angle of 156º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B16D is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 177 | 109 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.31 |
| HSL | 156º | 0.92% | 0.36% | - |
| HSV(B) | 156º | 0.96% | 0.69% | - |
| XYZ | 18.57 | 32.59 | 19.78 | - |
| YUV | 118.42 | 122.68 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 177 | 109 | 0.96 | 0 | 0.38 | 0.31 | 156 | 0.92 | 0.36 |
| Hex | 7 | B1 | 6D | 60 | 0 | 26 | 1F | 9C | 5C | 24 |
| Octal | 7 | 261 | 155 | 140 | 0 | 46 | 37 | 234 | 134 | 44 |
| Binary | 111 | 10110001 | 1101101 | 1100000 | 0 | 100110 | 11111 | 10011100 | 1011100 | 100100 |
Color Harmonies of #07B16D
Complementary color
Monochromatic Colors of #07B16D
Black with #07B16D
Text Example
Text Example
White with #07B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B16D; }
p { color: rgb(7,177,109); }
H1.HeaderClassName
{
color: #07B16D;
}
.AnyTagClassName
{
color: #07B16D;
}
</style>
background-color css
<style>
a { background-color: #07B16D; }
a { background-color: rgb(7,177,109); }
div.DivClassName
{
background-color: #07B16D;
}
.BgClassName
{
background-color: #07B16D;
}
</style>
border-color css
<style>
span { border-color: #07B16D; }
span { border-color: rgb(7,177,109); }
td.TdClassName
{
border-color: #07B16D;
}
.TagClassName
{
border-color: #07B16D;
}
</style>