#B6B75C

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

Shades of Olive Green #B6B75C

Tints of Olive Green #B6B75C

Color information

#B6B75C (or 0xB6B75C) is unknown color: approx Olive Green. HEX triplet: B6, B7 and 5C. RGB value is (182,183,92). Sum of RGB (Red+Green+Blue) = 182+183+92=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B75C is #4948A3. Grayscale: #ACACAC. Windows color (decimal): -4802724 or 6076342. OLE color: 6076342.

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

Color convert

RGB18218392-
CMYK0.0100.500.28
HSL60.66º38.72%53.92%-
HSV(B)60.66º49.73%71.76%-
XYZ38.1644.5816.72-
YUV172.3382.67134.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 183 (71.88% from 255) = 40.04%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=39.82%
G=40.04%
B=20.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182183920.0100.500.2860.6638.7253.92
HexB6B75C10321C3d2736
Octal266267134106234754766
Binary101101101011011110111001011001011100111101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B75C; }

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

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

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

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

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

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

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

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