Shades of Jade #0CB672
Tints of Jade #0CB672
RGB
CMYK
RGB Variations
Color information
#0CB672 (or 0x0CB672) is known color: Jade. HEX triplet: 0C, B6 and 72. RGB value is (12,182,114). Sum of RGB (Red+Green+Blue) = 12+182+114=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB672 is #F3498D. Grayscale: #7B7B7B. Windows color (decimal): -15944078 or 7517708. OLE color: 7517708.
HSL color Cylindrical-coordinate representation of color #0CB672: hue angle of 156º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB672 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 114 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.29 |
| HSL | 156º | 0.88% | 0.38% | - |
| HSV(B) | 156º | 0.93% | 0.71% | - |
| XYZ | 19.92 | 34.75 | 21.58 | - |
| YUV | 123.42 | 122.68 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 114 | 0.93 | 0 | 0.37 | 0.29 | 156 | 0.88 | 0.38 |
| Hex | C | B6 | 72 | 5D | 0 | 25 | 1D | 9C | 58 | 26 |
| Octal | 14 | 266 | 162 | 135 | 0 | 45 | 35 | 234 | 130 | 46 |
| Binary | 1100 | 10110110 | 1110010 | 1011101 | 0 | 100101 | 11101 | 10011100 | 1011000 | 100110 |
Color Harmonies of #0CB672
Complementary color
Monochromatic Colors of #0CB672
Black with #0CB672
Text Example
Text Example
White with #0CB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB672; }
p { color: rgb(12,182,114); }
H1.HeaderClassName
{
color: #0CB672;
}
.AnyTagClassName
{
color: #0CB672;
}
</style>
background-color css
<style>
a { background-color: #0CB672; }
a { background-color: rgb(12,182,114); }
div.DivClassName
{
background-color: #0CB672;
}
.BgClassName
{
background-color: #0CB672;
}
</style>
border-color css
<style>
span { border-color: #0CB672; }
span { border-color: rgb(12,182,114); }
td.TdClassName
{
border-color: #0CB672;
}
.TagClassName
{
border-color: #0CB672;
}
</style>