#8A8610

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

Shades of Olive #8A8610

Tints of Olive #8A8610

Color information

#8A8610 (or 0x8A8610) is unknown color: approx Olive. HEX triplet: 8A, 86 and 10. RGB value is (138,134,16). Sum of RGB (Red+Green+Blue) = 138+134+16=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8610 is #7579EF. Grayscale: #7A7A7A. Windows color (decimal): -7698928 or 1083018. OLE color: 1083018.

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

Color convert

RGB13813416-
CMYK00.030.880.46
HSL58.03º79.22%30.2%-
HSV(B)58.03º88.41%54.12%-
XYZ19.122.493.82-
YUV121.7468.33139.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.92%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 16 (6.64% from 255) = 5.56%
R=47.92%
G=46.53%
B=5.56%

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
Decimal1381341600.030.880.4658.0379.2230.2
Hex8A861003582E3a4f1e
Octal2122062003130567211736
Binary1000101010000110100000111011000101110111010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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