Shades of Dark Khaki #B7B76E
Tints of Dark Khaki #B7B76E
RGB
CMYK
RGB Variations
Color information
#B7B76E (or 0xB7B76E) is known color: Dark Khaki. HEX triplet: B7, B7 and 6E. RGB value is (183,183,110). Sum of RGB (Red+Green+Blue) = 183+183+110=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B76E is #484891. Grayscale: #AEAEAE. Windows color (decimal): -4737170 or 7255991. OLE color: 7255991.
HSL color Cylindrical-coordinate representation of color #B7B76E: hue angle of 60º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7B76E is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 183 | 110 | - |
| CMYK | 0 | 0 | 0.40 | 0.28 |
| HSL | 60º | 0.34% | 0.57% | - |
| HSV(B) | 60º | 0.4% | 0.72% | - |
| XYZ | 39.28 | 45.06 | 21.38 | - |
| YUV | 174.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 110 | 0 | 0 | 0.40 | 0.28 | 60 | 0.34 | 0.57 |
| Hex | B7 | B7 | 6E | 0 | 0 | 28 | 1C | 3C | 22 | 39 |
| Octal | 267 | 267 | 156 | 0 | 0 | 50 | 34 | 74 | 42 | 71 |
| Binary | 10110111 | 10110111 | 1101110 | 0 | 0 | 101000 | 11100 | 111100 | 100010 | 111001 |
Color Harmonies of #B7B76E
Complementary color
Monochromatic Colors of #B7B76E
Black with #B7B76E
Text Example
Text Example
White with #B7B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B76E; }
p { color: rgb(183,183,110); }
H1.HeaderClassName
{
color: #B7B76E;
}
.AnyTagClassName
{
color: #B7B76E;
}
</style>
background-color css
<style>
a { background-color: #B7B76E; }
a { background-color: rgb(183,183,110); }
div.DivClassName
{
background-color: #B7B76E;
}
.BgClassName
{
background-color: #B7B76E;
}
</style>
border-color css
<style>
span { border-color: #B7B76E; }
span { border-color: rgb(183,183,110); }
td.TdClassName
{
border-color: #B7B76E;
}
.TagClassName
{
border-color: #B7B76E;
}
</style>