#848011

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

Shades of Olive #848011

Tints of Olive #848011

Color information

#848011 (or 0x848011) is unknown color: approx Olive. HEX triplet: 84, 80 and 11. RGB value is (132,128,17). Sum of RGB (Red+Green+Blue) = 132+128+17=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #848011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848011 is #7B7FEE. Grayscale: #747474. Windows color (decimal): -8093679 or 1147012. OLE color: 1147012.

HSL color Cylindrical-coordinate representation of color #848011: hue angle of 57.91º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #848011 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB13212817-
CMYK00.030.870.48
HSL57.91º77.18%29.22%-
HSV(B)57.91º87.12%51.76%-
XYZ17.3420.383.55-
YUV116.5471.83139.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 17 (7.03% from 255) = 6.14%
R=47.65%
G=46.21%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321281700.030.870.4857.9177.1829.22
Hex8480110357303a4d1d
Octal2042002103127607211535
Binary1000010010000000100010111010111110000111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848011; }

 p { color: rgb(132,128,17); }

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

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

 a { background-color: rgb(132,128,17); }

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

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

 span { border-color: rgb(132,128,17); }

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