#8A6E03

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

Shades of Olive #8A6E03

Tints of Olive #8A6E03

Color information

#8A6E03 (or 0x8A6E03) is unknown color: approx Olive. HEX triplet: 8A, 6E and 03. RGB value is (138,110,3). Sum of RGB (Red+Green+Blue) = 138+110+3=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6E03 is #7591FC. Grayscale: #6A6A6A. Windows color (decimal): -7705085 or 224906. OLE color: 224906.

HSL color Cylindrical-coordinate representation of color #8A6E03: hue angle of 47.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A6E03 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB1381103-
CMYK00.200.980.46
HSL47.56º95.74%27.65%-
HSV(B)47.56º97.83%54.12%-
XYZ16.0716.562.44-
YUV106.1769.78150.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.98%
GREEN value IS 110 (43.36% from 255) = 43.82%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=54.98%
G=43.82%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138110300.200.980.4647.5695.7427.65
Hex8A6E3014622E30601c
Octal2121563024142566014034
Binary100010101101110110101001100010101110110000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,110,3); }

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

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

 a { background-color: rgb(138,110,3); }

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

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

 span { border-color: rgb(138,110,3); }

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