#8A7008

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

Shades of Olive #8A7008

Tints of Olive #8A7008

Color information

#8A7008 (or 0x8A7008) is unknown color: approx Olive. HEX triplet: 8A, 70 and 08. RGB value is (138,112,8). Sum of RGB (Red+Green+Blue) = 138+112+8=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7008 is #758FF7. Grayscale: #6C6C6C. Windows color (decimal): -7704568 or 553098. OLE color: 553098.

HSL color Cylindrical-coordinate representation of color #8A7008: hue angle of 48º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A7008 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB1381128-
CMYK00.190.940.46
HSL48º89.04%28.63%-
HSV(B)48º94.2%54.12%-
XYZ16.3217.012.65-
YUV107.9271.61149.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.49%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 8 (3.52% from 255) = 3.10%
R=53.49%
G=43.41%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138112800.190.940.464889.0428.63
Hex8A7080135E2E30591d
Octal21216010023136566013135
Binary10001010111000010000100111011110101110110000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,8); }

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

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

 a { background-color: rgb(138,112,8); }

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

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

 span { border-color: rgb(138,112,8); }

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