#848010

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

Shades of Olive #848010

Tints of Olive #848010

Color information

#848010 (or 0x848010) is unknown color: approx Olive. HEX triplet: 84, 80 and 10. RGB value is (132,128,16). Sum of RGB (Red+Green+Blue) = 132+128+16=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #848010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848010 is #7B7FEF. Grayscale: #747474. Windows color (decimal): -8093680 or 1081476. OLE color: 1081476.

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

Color convert

RGB13212816-
CMYK00.030.880.48
HSL57.93º78.38%29.02%-
HSV(B)57.93º87.88%51.76%-
XYZ17.3320.383.51-
YUV116.4371.33139.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=47.83%
G=46.38%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321281600.030.880.4857.9378.3829.02
Hex8480100358303a4e1d
Octal2042002003130607211635
Binary1000010010000000100000111011000110000111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848010; }

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

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

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

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

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

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

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

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