Shades of Jade #00C068
Tints of Jade #00C068
RGB
CMYK
RGB Variations
Color information
#00C068 (or 0x00C068) is known color: Jade. HEX triplet: 00, C0 and 68. RGB value is (0,192,104). Sum of RGB (Red+Green+Blue) = 0+192+104=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #00C068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C068 is #FF3F97. Grayscale: #7C7C7C. Windows color (decimal): -16727960 or 6864896. OLE color: 6864896.
HSL color Cylindrical-coordinate representation of color #00C068: hue angle of 152.5º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C068 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 192 | 104 | - |
| CMYK | 1 | 0 | 0.46 | 0.25 |
| HSL | 152.5º | 1% | 0.38% | - |
| HSV(B) | 152.5º | 1% | 0.75% | - |
| XYZ | 21.35 | 38.7 | 19.44 | - |
| YUV | 124.56 | 116.39 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 104 | 1 | 0 | 0.46 | 0.25 | 152.5 | 1 | 0.38 |
| Hex | 0 | C0 | 68 | 64 | 0 | 2E | 19 | 98 | 64 | 26 |
| Octal | 0 | 300 | 150 | 144 | 0 | 56 | 31 | 230 | 144 | 46 |
| Binary | 0 | 11000000 | 1101000 | 1100100 | 0 | 101110 | 11001 | 10011000 | 1100100 | 100110 |
Color Harmonies of #00C068
Complementary color
Monochromatic Colors of #00C068
Black with #00C068
Text Example
Text Example
White with #00C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C068; }
p { color: rgb(0,192,104); }
H1.HeaderClassName
{
color: #00C068;
}
.AnyTagClassName
{
color: #00C068;
}
</style>
background-color css
<style>
a { background-color: #00C068; }
a { background-color: rgb(0,192,104); }
div.DivClassName
{
background-color: #00C068;
}
.BgClassName
{
background-color: #00C068;
}
</style>
border-color css
<style>
span { border-color: #00C068; }
span { border-color: rgb(0,192,104); }
td.TdClassName
{
border-color: #00C068;
}
.TagClassName
{
border-color: #00C068;
}
</style>