#B6B75D

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

Shades of Olive Green #B6B75D

Tints of Olive Green #B6B75D

Color information

#B6B75D (or 0xB6B75D) is unknown color: approx Olive Green. HEX triplet: B6, B7 and 5D. RGB value is (182,183,93). Sum of RGB (Red+Green+Blue) = 182+183+93=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B75D is #4948A2. Grayscale: #ACACAC. Windows color (decimal): -4802723 or 6141878. OLE color: 6141878.

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

Color convert

RGB18218393-
CMYK0.0100.490.28
HSL60.67º38.46%54.12%-
HSV(B)60.67º49.18%71.76%-
XYZ38.244.616.95-
YUV172.4483.17134.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 93 (36.72% from 255) = 20.31%
R=39.74%
G=39.96%
B=20.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182183930.0100.490.2860.6738.4654.12
HexB6B75D10311C3d2636
Octal266267135106134754666
Binary101101101011011110111011011000111100111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B75D; }

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

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

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

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

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

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

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

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