Shades of Jade #07B665
Tints of Jade #07B665
RGB
CMYK
RGB Variations
Color information
#07B665 (or 0x07B665) is known color: Jade. HEX triplet: 07, B6 and 65. RGB value is (7,182,101). Sum of RGB (Red+Green+Blue) = 7+182+101=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 182 (71.48% from 255 or 62.76% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 182 - color contains mainly: green. Hex color #07B665 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07B665 is #F8499A. Grayscale: #787878. Windows color (decimal): -16271771 or 6665735. OLE color: 6665735.
HSL color Cylindrical-coordinate representation of color #07B665: hue angle of 152.23º 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 #07B665 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 182 | 101 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.29 |
| HSL | 152.23º | 0.93% | 0.37% | - |
| HSV(B) | 152.23º | 0.96% | 0.71% | - |
| XYZ | 19.16 | 34.44 | 17.95 | - |
| YUV | 120.44 | 117.02 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 182 | 101 | 0.96 | 0 | 0.45 | 0.29 | 152.23 | 0.93 | 0.37 |
| Hex | 7 | B6 | 65 | 60 | 0 | 2D | 1D | 98 | 5D | 25 |
| Octal | 7 | 266 | 145 | 140 | 0 | 55 | 35 | 230 | 135 | 45 |
| Binary | 111 | 10110110 | 1100101 | 1100000 | 0 | 101101 | 11101 | 10011000 | 1011101 | 100101 |
Color Harmonies of #07B665
Complementary color
Monochromatic Colors of #07B665
Black with #07B665
Text Example
Text Example
White with #07B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B665; }
p { color: rgb(7,182,101); }
H1.HeaderClassName
{
color: #07B665;
}
.AnyTagClassName
{
color: #07B665;
}
</style>
background-color css
<style>
a { background-color: #07B665; }
a { background-color: rgb(7,182,101); }
div.DivClassName
{
background-color: #07B665;
}
.BgClassName
{
background-color: #07B665;
}
</style>
border-color css
<style>
span { border-color: #07B665; }
span { border-color: rgb(7,182,101); }
td.TdClassName
{
border-color: #07B665;
}
.TagClassName
{
border-color: #07B665;
}
</style>