Shades of Olive Green #C0B657
Tints of Olive Green #C0B657
RGB
CMYK
RGB Variations
Color information
#C0B657 (or 0xC0B657) is known color: Olive Green. HEX triplet: C0, B6 and 57. RGB value is (192,182,87). Sum of RGB (Red+Green+Blue) = 192+182+87=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B657 is #3F49A8. Grayscale: #AEAEAE. Windows color (decimal): -4147625 or 5748416. OLE color: 5748416.
HSL color Cylindrical-coordinate representation of color #C0B657: hue angle of 54.29º degrees, saturation: 0.45, 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 #C0B657 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 87 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.25 |
| HSL | 54.29º | 0.45% | 0.55% | - |
| HSV(B) | 54.29º | 0.55% | 0.75% | - |
| XYZ | 40.19 | 45.35 | 15.65 | - |
| YUV | 174.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 87 | 0 | 0.05 | 0.55 | 0.25 | 54.29 | 0.45 | 0.55 |
| Hex | C0 | B6 | 57 | 0 | 5 | 37 | 19 | 36 | 2D | 37 |
| Octal | 300 | 266 | 127 | 0 | 5 | 67 | 31 | 66 | 55 | 67 |
| Binary | 11000000 | 10110110 | 1010111 | 0 | 101 | 110111 | 11001 | 110110 | 101101 | 110111 |
Color Harmonies of #C0B657
Complementary color
Monochromatic Colors of #C0B657
Black with #C0B657
Text Example
Text Example
White with #C0B657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B657; }
p { color: rgb(192,182,87); }
H1.HeaderClassName
{
color: #C0B657;
}
.AnyTagClassName
{
color: #C0B657;
}
</style>
background-color css
<style>
a { background-color: #C0B657; }
a { background-color: rgb(192,182,87); }
div.DivClassName
{
background-color: #C0B657;
}
.BgClassName
{
background-color: #C0B657;
}
</style>
border-color css
<style>
span { border-color: #C0B657; }
span { border-color: rgb(192,182,87); }
td.TdClassName
{
border-color: #C0B657;
}
.TagClassName
{
border-color: #C0B657;
}
</style>