#B7B260

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

Shades of Olive Green #B7B260

Tints of Olive Green #B7B260

Color information

#B7B260 (or 0xB7B260) is unknown color: approx Olive Green. HEX triplet: B7, B2 and 60. RGB value is (183,178,96). Sum of RGB (Red+Green+Blue) = 183+178+96=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B260 is #484D9F. Grayscale: #AAAAAA. Windows color (decimal): -4738464 or 6337207. OLE color: 6337207.

HSL color Cylindrical-coordinate representation of color #B7B260: hue angle of 56.55º 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 #B7B260 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18317896-
CMYK00.030.480.28
HSL56.55º37.66%54.71%-
HSV(B)56.55º47.54%71.76%-
XYZ37.5642.7517.34-
YUV170.1586.16137.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 178 (69.92% from 255) = 38.95%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=40.04%
G=38.95%
B=21.01%

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
Decimal1831789600.030.480.2856.5537.6654.71
HexB7B26003301C392637
Octal267262140036034714667
Binary1011011110110010110000001111000011100111001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B260; }

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

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

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

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

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

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

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

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