#8A7004

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

Shades of Olive #8A7004

Tints of Olive #8A7004

Color information

#8A7004 (or 0x8A7004) is unknown color: approx Olive. HEX triplet: 8A, 70 and 04. RGB value is (138,112,4). Sum of RGB (Red+Green+Blue) = 138+112+4=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7004 is #758FFB. Grayscale: #6B6B6B. Windows color (decimal): -7704572 or 290954. OLE color: 290954.

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

Color convert

RGB1381124-
CMYK00.190.970.46
HSL48.36º94.37%27.84%-
HSV(B)48.36º97.1%54.12%-
XYZ16.3172.54-
YUV107.4669.61149.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.33%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 4 (1.95% from 255) = 1.57%
R=54.33%
G=44.09%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138112400.190.970.4648.3694.3727.84
Hex8A704013612E305e1c
Octal2121604023141566013634
Binary1000101011100001000100111100001101110110000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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