#B3B761

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

Shades of Olive Green #B3B761

Tints of Olive Green #B3B761

Color information

#B3B761 (or 0xB3B761) is unknown color: approx Olive Green. HEX triplet: B3, B7 and 61. RGB value is (179,183,97). Sum of RGB (Red+Green+Blue) = 179+183+97=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B761 is #4C489E. Grayscale: #ACACAC. Windows color (decimal): -4999327 or 6404019. OLE color: 6404019.

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

Color convert

RGB17918397-
CMYK0.0200.470.28
HSL62.79º37.39%54.9%-
HSV(B)62.79º46.99%71.76%-
XYZ37.6844.3117.88-
YUV17285.67132.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 97 (38.28% from 255) = 21.13%
R=39.00%
G=39.87%
B=21.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179183970.0200.470.2862.7937.3954.9
HexB3B761202F1C3f2537
Octal263267141205734774567
Binary1011001110110111110000110010111111100111111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B761; }

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

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

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

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

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

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

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

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