#8A6F00

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

Shades of Olive #8A6F00

Tints of Olive #8A6F00

Color information

#8A6F00 (or 0x8A6F00) is unknown color: approx Olive. HEX triplet: 8A, 6F and 00. RGB value is (138,111,0). Sum of RGB (Red+Green+Blue) = 138+111+0=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6F00 is #7590FF. Grayscale: #6A6A6A. Windows color (decimal): -7704832 or 28554. OLE color: 28554.

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

Color convert

RGB1381110-
CMYK00.2010.46
HSL48.26º100%27.06%-
HSV(B)48.26º100%54.12%-
XYZ16.1716.772.39-
YUV106.4267.95150.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.42%
GREEN value IS 111 (43.75% from 255) = 44.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.42%
G=44.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138111000.2010.4648.2610027.06
Hex8A6F0014642E30641b
Octal2121570024144566014433
Binary10001010110111100101001100100101110110000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,0); }

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

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

 a { background-color: rgb(138,111,0); }

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

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

 span { border-color: rgb(138,111,0); }

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