#8A8411

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

Shades of Olive #8A8411

Tints of Olive #8A8411

Color information

#8A8411 (or 0x8A8411) is unknown color: approx Olive. HEX triplet: 8A, 84 and 11. RGB value is (138,132,17). Sum of RGB (Red+Green+Blue) = 138+132+17=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8411 is #757BEE. Grayscale: #797979. Windows color (decimal): -7699439 or 1148042. OLE color: 1148042.

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

Color convert

RGB13813217-
CMYK00.040.880.46
HSL57.02º78.06%30.39%-
HSV(B)57.02º87.68%54.12%-
XYZ18.8321.953.77-
YUV120.6869.49140.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.08%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 17 (7.03% from 255) = 5.92%
R=48.08%
G=45.99%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381321700.040.880.4657.0278.0630.39
Hex8A841104582E394e1e
Octal2122042104130567111636
Binary10001010100001001000101001011000101110111001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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