#B7B655

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

Shades of Olive Green #B7B655

Tints of Olive Green #B7B655

Color information

#B7B655 (or 0xB7B655) is unknown color: approx Olive Green. HEX triplet: B7, B6 and 55. RGB value is (183,182,85). Sum of RGB (Red+Green+Blue) = 183+182+85=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B655 is #4849AA. Grayscale: #ABABAB. Windows color (decimal): -4737451 or 5617335. OLE color: 5617335.

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

Color convert

RGB18318285-
CMYK00.010.540.28
HSL59.39º40.5%52.55%-
HSV(B)59.39º53.55%71.76%-
XYZ37.944.1815.12-
YUV171.2479.33136.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=40.67%
G=40.44%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831828500.010.540.2859.3940.552.55
HexB7B65501361C3b2835
Octal267266125016634735065
Binary101101111011011010101010111011011100111011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B655; }

 p { color: rgb(183,182,85); }

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

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

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

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

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

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

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