#8A9304

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

Shades of Olive #8A9304

Tints of Olive #8A9304

Color information

#8A9304 (or 0x8A9304) is unknown color: approx Olive. HEX triplet: 8A, 93 and 04. RGB value is (138,147,4). Sum of RGB (Red+Green+Blue) = 138+147+4=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9304 is #756CFB. Grayscale: #808080. Windows color (decimal): -7695612 or 299914. OLE color: 299914.

HSL color Cylindrical-coordinate representation of color #8A9304: hue angle of 63.78º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A9304 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1381474-
CMYK0.0600.970.42
HSL63.78º94.7%29.61%-
HSV(B)63.78º97.28%57.65%-
XYZ20.9426.284.08-
YUV128.0158.02135.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.75%
GREEN value IS 147 (57.81% from 255) = 50.87%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=47.75%
G=50.87%
B=1.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13814740.0600.970.4263.7894.729.61
Hex8A93460612A405f1e
Octal2122234601415210013736
Binary1000101010010011100110011000011010101000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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