Shades of Jewel #0C683F
Tints of Jewel #0C683F
RGB
CMYK
RGB Variations
Color information
#0C683F (or 0x0C683F) is known color: Jewel. HEX triplet: 0C, 68 and 3F. RGB value is (12,104,63). Sum of RGB (Red+Green+Blue) = 12+104+63=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #0C683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C683F is #F397C0. Grayscale: #474747. Windows color (decimal): -15964097 or 4155404. OLE color: 4155404.
HSL color Cylindrical-coordinate representation of color #0C683F: hue angle of 153.26º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C683F is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 104 | 63 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.59 |
| HSL | 153.26º | 0.79% | 0.23% | - |
| HSV(B) | 153.26º | 0.88% | 0.41% | - |
| XYZ | 6 | 10.34 | 6.38 | - |
| YUV | 71.82 | 123.02 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 63 | 0.88 | 0 | 0.39 | 0.59 | 153.26 | 0.79 | 0.23 |
| Hex | C | 68 | 3F | 58 | 0 | 27 | 3B | 99 | 4F | 17 |
| Octal | 14 | 150 | 77 | 130 | 0 | 47 | 73 | 231 | 117 | 27 |
| Binary | 1100 | 1101000 | 111111 | 1011000 | 0 | 100111 | 111011 | 10011001 | 1001111 | 10111 |
Color Harmonies of #0C683F
Complementary color
Monochromatic Colors of #0C683F
Black with #0C683F
Text Example
Text Example
White with #0C683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C683F; }
p { color: rgb(12,104,63); }
H1.HeaderClassName
{
color: #0C683F;
}
.AnyTagClassName
{
color: #0C683F;
}
</style>
background-color css
<style>
a { background-color: #0C683F; }
a { background-color: rgb(12,104,63); }
div.DivClassName
{
background-color: #0C683F;
}
.BgClassName
{
background-color: #0C683F;
}
</style>
border-color css
<style>
span { border-color: #0C683F; }
span { border-color: rgb(12,104,63); }
td.TdClassName
{
border-color: #0C683F;
}
.TagClassName
{
border-color: #0C683F;
}
</style>