Shades of Dark Khaki #B0B76C
Tints of Dark Khaki #B0B76C
RGB
CMYK
RGB Variations
Color information
#B0B76C (or 0xB0B76C) is known color: Dark Khaki. HEX triplet: B0, B7 and 6C. RGB value is (176,183,108). Sum of RGB (Red+Green+Blue) = 176+183+108=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B76C is #4F4893. Grayscale: #ACACAC. Windows color (decimal): -5195924 or 7124912. OLE color: 7124912.
HSL color Cylindrical-coordinate representation of color #B0B76C: hue angle of 65.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0B76C is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 183 | 108 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.28 |
| HSL | 65.6º | 0.34% | 0.57% | - |
| HSV(B) | 65.6º | 0.41% | 0.72% | - |
| XYZ | 37.54 | 44.18 | 20.74 | - |
| YUV | 172.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 183 | 108 | 0.04 | 0 | 0.41 | 0.28 | 65.6 | 0.34 | 0.57 |
| Hex | B0 | B7 | 6C | 4 | 0 | 29 | 1C | 42 | 22 | 39 |
| Octal | 260 | 267 | 154 | 4 | 0 | 51 | 34 | 102 | 42 | 71 |
| Binary | 10110000 | 10110111 | 1101100 | 100 | 0 | 101001 | 11100 | 1000010 | 100010 | 111001 |
Color Harmonies of #B0B76C
Complementary color
Monochromatic Colors of #B0B76C
Black with #B0B76C
Text Example
Text Example
White with #B0B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B76C; }
p { color: rgb(176,183,108); }
H1.HeaderClassName
{
color: #B0B76C;
}
.AnyTagClassName
{
color: #B0B76C;
}
</style>
background-color css
<style>
a { background-color: #B0B76C; }
a { background-color: rgb(176,183,108); }
div.DivClassName
{
background-color: #B0B76C;
}
.BgClassName
{
background-color: #B0B76C;
}
</style>
border-color css
<style>
span { border-color: #B0B76C; }
span { border-color: rgb(176,183,108); }
td.TdClassName
{
border-color: #B0B76C;
}
.TagClassName
{
border-color: #B0B76C;
}
</style>