#B6B766

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

Shades of Olive Green #B6B766

Tints of Olive Green #B6B766

Color information

#B6B766 (or 0xB6B766) is unknown color: approx Olive Green. HEX triplet: B6, B7 and 66. RGB value is (182,183,102). Sum of RGB (Red+Green+Blue) = 182+183+102=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B766 is #494899. Grayscale: #ADADAD. Windows color (decimal): -4802714 or 6731702. OLE color: 6731702.

HSL color Cylindrical-coordinate representation of color #B6B766: hue angle of 60.74º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6B766 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB182183102-
CMYK0.0100.440.28
HSL60.74º36%55.88%-
HSV(B)60.74º44.26%71.76%-
XYZ38.6244.7719.18-
YUV173.4787.67134.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=38.97%
G=39.19%
B=21.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821831020.0100.440.2860.743655.88
HexB6B766102C1C3d2438
Octal266267146105434754470
Binary101101101011011111001101010110011100111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B766; }

 p { color: rgb(182,183,102); }

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

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

 a { background-color: rgb(182,183,102); }

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

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

 span { border-color: rgb(182,183,102); }

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