#B7B76D

Color #B7B76D Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B7B76D

Tints of Dark Khaki #B7B76D

Color information

#B7B76D (or 0xB7B76D) is unknown color: approx Dark Khaki. HEX triplet: B7, B7 and 6D. RGB value is (183,183,109). Sum of RGB (Red+Green+Blue) = 183+183+109=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B76D is #484892. Grayscale: #AEAEAE. Windows color (decimal): -4737171 or 7190455. OLE color: 7190455.

HSL color Cylindrical-coordinate representation of color #B7B76D: 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 #B7B76D is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183183109-
CMYK000.400.28
HSL60º33.94%57.25%-
HSV(B)60º40.44%71.76%-
XYZ39.2245.0421.09-
YUV174.5691134.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=38.53%
G=38.53%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183183109000.400.286033.9457.25
HexB7B76D00281C3c2239
Octal267267155005034744271
Binary101101111011011111011010010100011100111100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B76D; }

 p { color: rgb(183,183,109); }

 H1.HeaderClassName
 {
   color: #B7B76D;
 }
 .AnyTagClassName
 {
   color: #B7B76D;
 }
</style>
background-color css

<style>
 a { background-color: #B7B76D; }

 a { background-color: rgb(183,183,109); }

 div.DivClassName
 {
   background-color: #B7B76D;
 }
 .BgClassName
 {
   background-color: #B7B76D;
 }
</style>
border-color css

<style>
 span { border-color: #B7B76D; }

 span { border-color: rgb(183,183,109); }

 td.TdClassName
 {
   border-color: #B7B76D;
 }
 .TagClassName
 {
   border-color: #B7B76D;
 }
</style>