#8A810A

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

Shades of Olive #8A810A

Tints of Olive #8A810A

Color information

#8A810A (or 0x8A810A) is unknown color: approx Olive. HEX triplet: 8A, 81 and 0A. RGB value is (138,129,10). Sum of RGB (Red+Green+Blue) = 138+129+10=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A810A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A810A is #757EF5. Grayscale: #767676. Windows color (decimal): -7700214 or 688522. OLE color: 688522.

HSL color Cylindrical-coordinate representation of color #8A810A: hue angle of 55.78º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A810A is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB13812910-
CMYK00.070.930.46
HSL55.78º86.49%29.02%-
HSV(B)55.78º92.75%54.12%-
XYZ18.3921.133.4-
YUV118.1266.98142.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.82%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=49.82%
G=46.57%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381291000.070.930.4655.7886.4929.02
Hex8A81A075D2E38561d
Octal2122011207135567012635
Binary1000101010000001101001111011101101110111000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A810A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,129,10); }

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

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

 a { background-color: rgb(138,129,10); }

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

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

 span { border-color: rgb(138,129,10); }

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