Shades of Olive Green #C0B750
Tints of Olive Green #C0B750
RGB
CMYK
RGB Variations
Color information
#C0B750 (or 0xC0B750) is known color: Olive Green. HEX triplet: C0, B7 and 50. RGB value is (192,183,80). Sum of RGB (Red+Green+Blue) = 192+183+80=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B750 is #3F48AF. Grayscale: #AEAEAE. Windows color (decimal): -4147376 or 5289920. OLE color: 5289920.
HSL color Cylindrical-coordinate representation of color #C0B750: hue angle of 55.18º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0B750 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 80 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.25 |
| HSL | 55.18º | 0.47% | 0.53% | - |
| HSV(B) | 55.18º | 0.58% | 0.75% | - |
| XYZ | 40.12 | 45.65 | 14.29 | - |
| YUV | 173.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 80 | 0 | 0.05 | 0.58 | 0.25 | 55.18 | 0.47 | 0.53 |
| Hex | C0 | B7 | 50 | 0 | 5 | 3A | 19 | 37 | 2F | 35 |
| Octal | 300 | 267 | 120 | 0 | 5 | 72 | 31 | 67 | 57 | 65 |
| Binary | 11000000 | 10110111 | 1010000 | 0 | 101 | 111010 | 11001 | 110111 | 101111 | 110101 |
Color Harmonies of #C0B750
Complementary color
Monochromatic Colors of #C0B750
Black with #C0B750
Text Example
Text Example
White with #C0B750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B750; }
p { color: rgb(192,183,80); }
H1.HeaderClassName
{
color: #C0B750;
}
.AnyTagClassName
{
color: #C0B750;
}
</style>
background-color css
<style>
a { background-color: #C0B750; }
a { background-color: rgb(192,183,80); }
div.DivClassName
{
background-color: #C0B750;
}
.BgClassName
{
background-color: #C0B750;
}
</style>
border-color css
<style>
span { border-color: #C0B750; }
span { border-color: rgb(192,183,80); }
td.TdClassName
{
border-color: #C0B750;
}
.TagClassName
{
border-color: #C0B750;
}
</style>