Shades of Jade #07B06F
Tints of Jade #07B06F
RGB
CMYK
RGB Variations
Color information
#07B06F (or 0x07B06F) is known color: Jade. HEX triplet: 07, B0 and 6F. RGB value is (7,176,111). Sum of RGB (Red+Green+Blue) = 7+176+111=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #07B06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B06F is #F84F90. Grayscale: #767676. Windows color (decimal): -16273297 or 7319559. OLE color: 7319559.
HSL color Cylindrical-coordinate representation of color #07B06F: hue angle of 156.92º 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 #07B06F is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 111 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.31 |
| HSL | 156.92º | 0.92% | 0.36% | - |
| HSV(B) | 156.92º | 0.96% | 0.69% | - |
| XYZ | 18.48 | 32.24 | 20.29 | - |
| YUV | 118.06 | 124.01 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 111 | 0.96 | 0 | 0.37 | 0.31 | 156.92 | 0.92 | 0.36 |
| Hex | 7 | B0 | 6F | 60 | 0 | 25 | 1F | 9D | 5C | 24 |
| Octal | 7 | 260 | 157 | 140 | 0 | 45 | 37 | 235 | 134 | 44 |
| Binary | 111 | 10110000 | 1101111 | 1100000 | 0 | 100101 | 11111 | 10011101 | 1011100 | 100100 |
Color Harmonies of #07B06F
Complementary color
Monochromatic Colors of #07B06F
Black with #07B06F
Text Example
Text Example
White with #07B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B06F; }
p { color: rgb(7,176,111); }
H1.HeaderClassName
{
color: #07B06F;
}
.AnyTagClassName
{
color: #07B06F;
}
</style>
background-color css
<style>
a { background-color: #07B06F; }
a { background-color: rgb(7,176,111); }
div.DivClassName
{
background-color: #07B06F;
}
.BgClassName
{
background-color: #07B06F;
}
</style>
border-color css
<style>
span { border-color: #07B06F; }
span { border-color: rgb(7,176,111); }
td.TdClassName
{
border-color: #07B06F;
}
.TagClassName
{
border-color: #07B06F;
}
</style>