#B3B065

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

Shades of Olive Green #B3B065

Tints of Olive Green #B3B065

Color information

#B3B065 (or 0xB3B065) is unknown color: approx Olive Green. HEX triplet: B3, B0 and 65. RGB value is (179,176,101). Sum of RGB (Red+Green+Blue) = 179+176+101=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B065 is #4C4F9A. Grayscale: #A8A8A8. Windows color (decimal): -5001115 or 6664371. OLE color: 6664371.

HSL color Cylindrical-coordinate representation of color #B3B065: hue angle of 57.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3B065 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB179176101-
CMYK00.020.440.30
HSL57.69º33.91%54.9%-
HSV(B)57.69º43.58%70.2%-
XYZ36.4641.5718.41-
YUV168.3589.99135.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 176 (69.14% from 255) = 38.60%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=39.25%
G=38.60%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917610100.020.440.3057.6933.9154.9
HexB3B065022C1E3a2237
Octal263260145025436724267
Binary1011001110110000110010101010110011110111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B065; }

 p { color: rgb(179,176,101); }

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

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

 a { background-color: rgb(179,176,101); }

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

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

 span { border-color: rgb(179,176,101); }

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