#8A6E05

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

Shades of Olive #8A6E05

Tints of Olive #8A6E05

Color information

#8A6E05 (or 0x8A6E05) is unknown color: approx Olive. HEX triplet: 8A, 6E and 05. RGB value is (138,110,5). Sum of RGB (Red+Green+Blue) = 138+110+5=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6E05 is #7591FA. Grayscale: #6A6A6A. Windows color (decimal): -7705083 or 355978. OLE color: 355978.

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

Color convert

RGB1381105-
CMYK00.200.960.46
HSL47.37º93.01%28.04%-
HSV(B)47.37º96.38%54.12%-
XYZ16.0816.572.49-
YUV106.470.78150.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 110 (43.36% from 255) = 43.48%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=54.55%
G=43.48%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138110500.200.960.4647.3793.0128.04
Hex8A6E5014602E2f5d1c
Octal2121565024140565713534
Binary1000101011011101010101001100000101110101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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