#B7B160

Color #B7B160 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B7B160

Tints of Olive Green #B7B160

Color information

#B7B160 (or 0xB7B160) is unknown color: approx Olive Green. HEX triplet: B7, B1 and 60. RGB value is (183,177,96). Sum of RGB (Red+Green+Blue) = 183+177+96=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B160 is #484E9F. Grayscale: #A9A9A9. Windows color (decimal): -4738720 or 6336951. OLE color: 6336951.

HSL color Cylindrical-coordinate representation of color #B7B160: hue angle of 55.86º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7B160 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18317796-
CMYK00.030.480.28
HSL55.86º37.66%54.71%-
HSV(B)55.86º47.54%71.76%-
XYZ37.3642.3617.27-
YUV169.5686.49137.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=40.13%
G=38.82%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831779600.030.480.2855.8637.6654.71
HexB7B16003301C382637
Octal267261140036034704667
Binary1011011110110001110000001111000011100111000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B160; }

 p { color: rgb(183,177,96); }

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

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

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

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

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

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

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