#B7B261

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

Shades of Olive Green #B7B261

Tints of Olive Green #B7B261

Color information

#B7B261 (or 0xB7B261) is unknown color: approx Olive Green. HEX triplet: B7, B2 and 61. RGB value is (183,178,97). Sum of RGB (Red+Green+Blue) = 183+178+97=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B261 is #484D9E. Grayscale: #AAAAAA. Windows color (decimal): -4738463 or 6402743. OLE color: 6402743.

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

Color convert

RGB18317897-
CMYK00.030.470.28
HSL56.51º37.39%54.9%-
HSV(B)56.51º46.99%71.76%-
XYZ37.6142.7717.58-
YUV170.2686.66137.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=39.96%
G=38.86%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831789700.030.470.2856.5137.3954.9
HexB7B261032F1C392537
Octal267262141035734714567
Binary1011011110110010110000101110111111100111001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B261; }

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

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

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

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

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

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

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

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