Shades of Jade #0CB069
Tints of Jade #0CB069
RGB
CMYK
RGB Variations
Color information
#0CB069 (or 0x0CB069) is known color: Jade. HEX triplet: 0C, B0 and 69. RGB value is (12,176,105). Sum of RGB (Red+Green+Blue) = 12+176+105=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 176 (69.14% from 255 or 60.07% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB069 is #F34F96. Grayscale: #767676. Windows color (decimal): -15945623 or 6926348. OLE color: 6926348.
HSL color Cylindrical-coordinate representation of color #0CB069: hue angle of 154.02º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB069 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 176 | 105 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.31 |
| HSL | 154.02º | 0.87% | 0.37% | - |
| HSV(B) | 154.02º | 0.93% | 0.69% | - |
| XYZ | 18.23 | 32.15 | 18.61 | - |
| YUV | 118.87 | 120.17 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 105 | 0.93 | 0 | 0.40 | 0.31 | 154.02 | 0.87 | 0.37 |
| Hex | C | B0 | 69 | 5D | 0 | 28 | 1F | 9A | 57 | 25 |
| Octal | 14 | 260 | 151 | 135 | 0 | 50 | 37 | 232 | 127 | 45 |
| Binary | 1100 | 10110000 | 1101001 | 1011101 | 0 | 101000 | 11111 | 10011010 | 1010111 | 100101 |
Color Harmonies of #0CB069
Complementary color
Monochromatic Colors of #0CB069
Black with #0CB069
Text Example
Text Example
White with #0CB069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB069; }
p { color: rgb(12,176,105); }
H1.HeaderClassName
{
color: #0CB069;
}
.AnyTagClassName
{
color: #0CB069;
}
</style>
background-color css
<style>
a { background-color: #0CB069; }
a { background-color: rgb(12,176,105); }
div.DivClassName
{
background-color: #0CB069;
}
.BgClassName
{
background-color: #0CB069;
}
</style>
border-color css
<style>
span { border-color: #0CB069; }
span { border-color: rgb(12,176,105); }
td.TdClassName
{
border-color: #0CB069;
}
.TagClassName
{
border-color: #0CB069;
}
</style>