Shades of Jade #07B669
Tints of Jade #07B669
RGB
CMYK
RGB Variations
Color information
#07B669 (or 0x07B669) is known color: Jade. HEX triplet: 07, B6 and 69. RGB value is (7,182,105). Sum of RGB (Red+Green+Blue) = 7+182+105=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 182 (71.48% from 255 or 61.90% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 182 - color contains mainly: green. Hex color #07B669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B669 is #F84996. Grayscale: #797979. Windows color (decimal): -16271767 or 6927879. OLE color: 6927879.
HSL color Cylindrical-coordinate representation of color #07B669: hue angle of 153.6º 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 #07B669 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 182 | 105 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.29 |
| HSL | 153.6º | 0.93% | 0.37% | - |
| HSV(B) | 153.6º | 0.96% | 0.71% | - |
| XYZ | 19.37 | 34.52 | 19.01 | - |
| YUV | 120.9 | 119.02 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 182 | 105 | 0.96 | 0 | 0.42 | 0.29 | 153.6 | 0.93 | 0.37 |
| Hex | 7 | B6 | 69 | 60 | 0 | 2A | 1D | 9A | 5D | 25 |
| Octal | 7 | 266 | 151 | 140 | 0 | 52 | 35 | 232 | 135 | 45 |
| Binary | 111 | 10110110 | 1101001 | 1100000 | 0 | 101010 | 11101 | 10011010 | 1011101 | 100101 |
Color Harmonies of #07B669
Complementary color
Monochromatic Colors of #07B669
Black with #07B669
Text Example
Text Example
White with #07B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B669; }
p { color: rgb(7,182,105); }
H1.HeaderClassName
{
color: #07B669;
}
.AnyTagClassName
{
color: #07B669;
}
</style>
background-color css
<style>
a { background-color: #07B669; }
a { background-color: rgb(7,182,105); }
div.DivClassName
{
background-color: #07B669;
}
.BgClassName
{
background-color: #07B669;
}
</style>
border-color css
<style>
span { border-color: #07B669; }
span { border-color: rgb(7,182,105); }
td.TdClassName
{
border-color: #07B669;
}
.TagClassName
{
border-color: #07B669;
}
</style>