#8A8504

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

Shades of Olive #8A8504

Tints of Olive #8A8504

Color information

#8A8504 (or 0x8A8504) is unknown color: approx Olive. HEX triplet: 8A, 85 and 04. RGB value is (138,133,4). Sum of RGB (Red+Green+Blue) = 138+133+4=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8504 is #757AFB. Grayscale: #787878. Windows color (decimal): -7699196 or 296330. OLE color: 296330.

HSL color Cylindrical-coordinate representation of color #8A8504: hue angle of 57.76º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A8504 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB1381334-
CMYK00.040.970.46
HSL57.76º94.37%27.84%-
HSV(B)57.76º97.1%54.12%-
XYZ18.8922.193.4-
YUV119.7962.66140.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.18%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=50.18%
G=48.36%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138133400.040.970.4657.7694.3727.84
Hex8A85404612E3a5e1c
Octal212205404141567213634
Binary100010101000010110001001100001101110111010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8504; }

 p { color: rgb(138,133,4); }

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

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

 a { background-color: rgb(138,133,4); }

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

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

 span { border-color: rgb(138,133,4); }

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