#8A8C04

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

Shades of Olive #8A8C04

Tints of Olive #8A8C04

Color information

#8A8C04 (or 0x8A8C04) is unknown color: approx Olive. HEX triplet: 8A, 8C and 04. RGB value is (138,140,4). Sum of RGB (Red+Green+Blue) = 138+140+4=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8C04 is #7573FB. Grayscale: #7C7C7C. Windows color (decimal): -7697404 or 298122. OLE color: 298122.

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

Color convert

RGB1381404-
CMYK0.0100.970.45
HSL60.88º94.44%28.24%-
HSV(B)60.88º97.14%54.9%-
XYZ19.8824.173.73-
YUV123.960.34138.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 140 (55.08% from 255) = 49.65%
BLUE value IS 4 (1.95% from 255) = 1.42%
R=48.94%
G=49.65%
B=1.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13814040.0100.970.4560.8894.4428.24
Hex8A8C410612D3d5e1c
Octal212214410141557513634
Binary1000101010001100100101100001101101111101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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