Shades of Olive Green #C0B756
Tints of Olive Green #C0B756
RGB
CMYK
RGB Variations
Color information
#C0B756 (or 0xC0B756) is known color: Olive Green. HEX triplet: C0, B7 and 56. RGB value is (192,183,86). Sum of RGB (Red+Green+Blue) = 192+183+86=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B756 is #3F48A9. Grayscale: #AFAFAF. Windows color (decimal): -4147370 or 5683136. OLE color: 5683136.
HSL color Cylindrical-coordinate representation of color #C0B756: hue angle of 54.91º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0B756 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 86 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.25 |
| HSL | 54.91º | 0.46% | 0.55% | - |
| HSV(B) | 54.91º | 0.55% | 0.75% | - |
| XYZ | 40.35 | 45.75 | 15.51 | - |
| YUV | 174.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 86 | 0 | 0.05 | 0.55 | 0.25 | 54.91 | 0.46 | 0.55 |
| Hex | C0 | B7 | 56 | 0 | 5 | 37 | 19 | 37 | 2E | 37 |
| Octal | 300 | 267 | 126 | 0 | 5 | 67 | 31 | 67 | 56 | 67 |
| Binary | 11000000 | 10110111 | 1010110 | 0 | 101 | 110111 | 11001 | 110111 | 101110 | 110111 |
Color Harmonies of #C0B756
Complementary color
Monochromatic Colors of #C0B756
Black with #C0B756
Text Example
Text Example
White with #C0B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B756; }
p { color: rgb(192,183,86); }
H1.HeaderClassName
{
color: #C0B756;
}
.AnyTagClassName
{
color: #C0B756;
}
</style>
background-color css
<style>
a { background-color: #C0B756; }
a { background-color: rgb(192,183,86); }
div.DivClassName
{
background-color: #C0B756;
}
.BgClassName
{
background-color: #C0B756;
}
</style>
border-color css
<style>
span { border-color: #C0B756; }
span { border-color: rgb(192,183,86); }
td.TdClassName
{
border-color: #C0B756;
}
.TagClassName
{
border-color: #C0B756;
}
</style>