Shades of Jade #07C669
Tints of Jade #07C669
RGB
CMYK
RGB Variations
Color information
#07C669 (or 0x07C669) is known color: Jade. HEX triplet: 07, C6 and 69. RGB value is (7,198,105). Sum of RGB (Red+Green+Blue) = 7+198+105=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 198 (77.73% from 255 or 63.87% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 198 - color contains mainly: green. Hex color #07C669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C669 is #F83996. Grayscale: #828282. Windows color (decimal): -16267671 or 6931975. OLE color: 6931975.
HSL color Cylindrical-coordinate representation of color #07C669: hue angle of 150.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C669 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 105 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.22 |
| HSL | 150.79º | 0.93% | 0.4% | - |
| HSV(B) | 150.79º | 0.96% | 0.78% | - |
| XYZ | 22.83 | 41.45 | 20.16 | - |
| YUV | 130.29 | 113.72 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 105 | 0.96 | 0 | 0.47 | 0.22 | 150.79 | 0.93 | 0.4 |
| Hex | 7 | C6 | 69 | 60 | 0 | 2F | 16 | 97 | 5D | 28 |
| Octal | 7 | 306 | 151 | 140 | 0 | 57 | 26 | 227 | 135 | 50 |
| Binary | 111 | 11000110 | 1101001 | 1100000 | 0 | 101111 | 10110 | 10010111 | 1011101 | 101000 |
Color Harmonies of #07C669
Complementary color
Monochromatic Colors of #07C669
Black with #07C669
Text Example
Text Example
White with #07C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C669; }
p { color: rgb(7,198,105); }
H1.HeaderClassName
{
color: #07C669;
}
.AnyTagClassName
{
color: #07C669;
}
</style>
background-color css
<style>
a { background-color: #07C669; }
a { background-color: rgb(7,198,105); }
div.DivClassName
{
background-color: #07C669;
}
.BgClassName
{
background-color: #07C669;
}
</style>
border-color css
<style>
span { border-color: #07C669; }
span { border-color: rgb(7,198,105); }
td.TdClassName
{
border-color: #07C669;
}
.TagClassName
{
border-color: #07C669;
}
</style>