#84800E

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

Shades of Olive #84800E

Tints of Olive #84800E

Color information

#84800E (or 0x84800E) is unknown color: approx Olive. HEX triplet: 84, 80 and 0E. RGB value is (132,128,14). Sum of RGB (Red+Green+Blue) = 132+128+14=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84800E is #7B7FF1. Grayscale: #747474. Windows color (decimal): -8093682 or 950404. OLE color: 950404.

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

Color convert

RGB13212814-
CMYK00.030.890.48
HSL57.97º80.82%28.63%-
HSV(B)57.97º89.39%51.76%-
XYZ17.3120.383.44-
YUV116.270.33139.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 14 (5.86% from 255) = 5.11%
R=48.18%
G=46.72%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321281400.030.890.4857.9780.8228.63
Hex8480E0359303a511d
Octal2042001603131607212135
Binary100001001000000011100111011001110000111010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84800E; }

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

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

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

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

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

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

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

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