Shades of Jade #06CB74
Tints of Jade #06CB74
RGB
CMYK
RGB Variations
Color information
#06CB74 (or 0x06CB74) is known color: Jade. HEX triplet: 06, CB and 74. RGB value is (6,203,116). Sum of RGB (Red+Green+Blue) = 6+203+116=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 203 (79.69% from 255 or 62.46% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CB74 is #F9348B. Grayscale: #868686. Windows color (decimal): -16331916 or 7654150. OLE color: 7654150.
HSL color Cylindrical-coordinate representation of color #06CB74: hue angle of 153.5º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CB74 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 116 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.20 |
| HSL | 153.5º | 0.94% | 0.41% | - |
| HSV(B) | 153.5º | 0.97% | 0.8% | - |
| XYZ | 24.58 | 44.01 | 23.72 | - |
| YUV | 134.18 | 117.73 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 116 | 0.97 | 0 | 0.43 | 0.20 | 153.5 | 0.94 | 0.41 |
| Hex | 6 | CB | 74 | 61 | 0 | 2B | 14 | 9A | 5E | 29 |
| Octal | 6 | 313 | 164 | 141 | 0 | 53 | 24 | 232 | 136 | 51 |
| Binary | 110 | 11001011 | 1110100 | 1100001 | 0 | 101011 | 10100 | 10011010 | 1011110 | 101001 |
Color Harmonies of #06CB74
Complementary color
Monochromatic Colors of #06CB74
Black with #06CB74
Text Example
Text Example
White with #06CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CB74; }
p { color: rgb(6,203,116); }
H1.HeaderClassName
{
color: #06CB74;
}
.AnyTagClassName
{
color: #06CB74;
}
</style>
background-color css
<style>
a { background-color: #06CB74; }
a { background-color: rgb(6,203,116); }
div.DivClassName
{
background-color: #06CB74;
}
.BgClassName
{
background-color: #06CB74;
}
</style>
border-color css
<style>
span { border-color: #06CB74; }
span { border-color: rgb(6,203,116); }
td.TdClassName
{
border-color: #06CB74;
}
.TagClassName
{
border-color: #06CB74;
}
</style>