#B7B159

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

Shades of Olive Green #B7B159

Tints of Olive Green #B7B159

Color information

#B7B159 (or 0xB7B159) is unknown color: approx Olive Green. HEX triplet: B7, B1 and 59. RGB value is (183,177,89). Sum of RGB (Red+Green+Blue) = 183+177+89=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B159 is #484EA6. Grayscale: #A9A9A9. Windows color (decimal): -4738727 or 5878199. OLE color: 5878199.

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

Color convert

RGB18317789-
CMYK00.030.510.28
HSL56.17º39.5%53.33%-
HSV(B)56.17º51.37%71.76%-
XYZ37.0542.2315.65-
YUV168.7682.99138.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 177 (69.53% from 255) = 39.42%
BLUE value IS 89 (35.16% from 255) = 19.82%
R=40.76%
G=39.42%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831778900.030.510.2856.1739.553.33
HexB7B15903331C382735
Octal267261131036334704765
Binary1011011110110001101100101111001111100111000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B159; }

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

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

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

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

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

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

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

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