Shades of Jade #06B266
Tints of Jade #06B266
RGB
CMYK
RGB Variations
Color information
#06B266 (or 0x06B266) is known color: Jade. HEX triplet: 06, B2 and 66. RGB value is (6,178,102). Sum of RGB (Red+Green+Blue) = 6+178+102=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #06B266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B266 is #F94D99. Grayscale: #767676. Windows color (decimal): -16338330 or 6730246. OLE color: 6730246.
HSL color Cylindrical-coordinate representation of color #06B266: hue angle of 153.49º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B266 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 178 | 102 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.30 |
| HSL | 153.49º | 0.93% | 0.36% | - |
| HSV(B) | 153.49º | 0.97% | 0.7% | - |
| XYZ | 18.39 | 32.84 | 17.94 | - |
| YUV | 117.91 | 119.02 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 178 | 102 | 0.97 | 0 | 0.43 | 0.30 | 153.49 | 0.93 | 0.36 |
| Hex | 6 | B2 | 66 | 61 | 0 | 2B | 1E | 99 | 5D | 24 |
| Octal | 6 | 262 | 146 | 141 | 0 | 53 | 36 | 231 | 135 | 44 |
| Binary | 110 | 10110010 | 1100110 | 1100001 | 0 | 101011 | 11110 | 10011001 | 1011101 | 100100 |
Color Harmonies of #06B266
Complementary color
Monochromatic Colors of #06B266
Black with #06B266
Text Example
Text Example
White with #06B266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B266; }
p { color: rgb(6,178,102); }
H1.HeaderClassName
{
color: #06B266;
}
.AnyTagClassName
{
color: #06B266;
}
</style>
background-color css
<style>
a { background-color: #06B266; }
a { background-color: rgb(6,178,102); }
div.DivClassName
{
background-color: #06B266;
}
.BgClassName
{
background-color: #06B266;
}
</style>
border-color css
<style>
span { border-color: #06B266; }
span { border-color: rgb(6,178,102); }
td.TdClassName
{
border-color: #06B266;
}
.TagClassName
{
border-color: #06B266;
}
</style>