#B7B965

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

Shades of Olive Green #B7B965

Tints of Olive Green #B7B965

Color information

#B7B965 (or 0xB7B965) is unknown color: approx Olive Green. HEX triplet: B7, B9 and 65. RGB value is (183,185,101). Sum of RGB (Red+Green+Blue) = 183+185+101=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B965 is #48469A. Grayscale: #AFAFAF. Windows color (decimal): -4736667 or 6666679. OLE color: 6666679.

HSL color Cylindrical-coordinate representation of color #B7B965: hue angle of 61.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7B965 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB183185101-
CMYK0.0100.450.27
HSL61.43º37.5%56.08%-
HSV(B)61.43º45.41%72.55%-
XYZ39.2345.719.07-
YUV174.8386.34133.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=39.02%
G=39.45%
B=21.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831851010.0100.450.2761.4337.556.08
HexB7B965102D1B3d2638
Octal267271145105533754670
Binary101101111011100111001011010110111011111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B965; }

 p { color: rgb(183,185,101); }

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

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

 a { background-color: rgb(183,185,101); }

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

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

 span { border-color: rgb(183,185,101); }

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