#8A810D

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

Shades of Olive #8A810D

Tints of Olive #8A810D

Color information

#8A810D (or 0x8A810D) is unknown color: approx Olive. HEX triplet: 8A, 81 and 0D. RGB value is (138,129,13). Sum of RGB (Red+Green+Blue) = 138+129+13=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A810D is #757EF2. Grayscale: #767676. Windows color (decimal): -7700211 or 885130. OLE color: 885130.

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

Color convert

RGB13812913-
CMYK00.070.910.46
HSL55.68º82.78%29.61%-
HSV(B)55.68º90.58%54.12%-
XYZ18.421.133.49-
YUV118.4768.48141.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 13 (5.47% from 255) = 4.64%
R=49.29%
G=46.07%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381291300.070.910.4655.6882.7829.61
Hex8A81D075B2E38531e
Octal2122011507133567012336
Binary1000101010000001110101111011011101110111000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A810D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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