#8A7506

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

Shades of Olive #8A7506

Tints of Olive #8A7506

Color information

#8A7506 (or 0x8A7506) is unknown color: approx Olive. HEX triplet: 8A, 75 and 06. RGB value is (138,117,6). Sum of RGB (Red+Green+Blue) = 138+117+6=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7506 is #758AF9. Grayscale: #6F6F6F. Windows color (decimal): -7703290 or 423306. OLE color: 423306.

HSL color Cylindrical-coordinate representation of color #8A7506: hue angle of 50.45º degrees, saturation: 0.92, 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 #8A7506 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1381176-
CMYK00.150.960.46
HSL50.45º91.67%28.24%-
HSV(B)50.45º95.65%54.12%-
XYZ16.8818.142.78-
YUV110.6268.96147.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.87%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 6 (2.73% from 255) = 2.30%
R=52.87%
G=44.83%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138117600.150.960.4650.4591.6728.24
Hex8A7560F602E325c1c
Octal2121656017140566213434
Binary100010101110101110011111100000101110110010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,117,6); }

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

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

 a { background-color: rgb(138,117,6); }

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

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

 span { border-color: rgb(138,117,6); }

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