#8A8611

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

Shades of Olive #8A8611

Tints of Olive #8A8611

Color information

#8A8611 (or 0x8A8611) is unknown color: approx Olive. HEX triplet: 8A, 86 and 11. RGB value is (138,134,17). Sum of RGB (Red+Green+Blue) = 138+134+17=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8611 is #7579EE. Grayscale: #7A7A7A. Windows color (decimal): -7698927 or 1148554. OLE color: 1148554.

HSL color Cylindrical-coordinate representation of color #8A8611: hue angle of 58.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 #8A8611 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB13813417-
CMYK00.030.880.46
HSL58.02º78.06%30.39%-
HSV(B)58.02º87.68%54.12%-
XYZ19.1122.493.87-
YUV121.8668.83139.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.75%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=47.75%
G=46.37%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381341700.030.880.4658.0278.0630.39
Hex8A861103582E3a4e1e
Octal2122062103130567211636
Binary1000101010000110100010111011000101110111010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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