#8A9504

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

Shades of Olive #8A9504

Tints of Olive #8A9504

Color information

#8A9504 (or 0x8A9504) is unknown color: approx Olive. HEX triplet: 8A, 95 and 04. RGB value is (138,149,4). Sum of RGB (Red+Green+Blue) = 138+149+4=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9504 is #756AFB. Grayscale: #818181. Windows color (decimal): -7695100 or 300426. OLE color: 300426.

HSL color Cylindrical-coordinate representation of color #8A9504: hue angle of 64.55º 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 #8A9504 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1381494-
CMYK0.0700.970.42
HSL64.55º94.77%30%-
HSV(B)64.55º97.32%58.43%-
XYZ21.2526.914.19-
YUV129.1857.36134.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.42%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=47.42%
G=51.20%
B=1.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13814940.0700.970.4264.5594.7730
Hex8A95470612A415f1e
Octal2122254701415210113736
Binary1000101010010101100111011000011010101000001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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