#8D9005

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

Shades of Olive #8D9005

Tints of Olive #8D9005

Color information

#8D9005 (or 0x8D9005) is unknown color: approx Olive. HEX triplet: 8D, 90 and 05. RGB value is (141,144,5). Sum of RGB (Red+Green+Blue) = 141+144+5=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #8D9005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9005 is #726FFA. Grayscale: #7F7F7F. Windows color (decimal): -7499771 or 364685. OLE color: 364685.

HSL color Cylindrical-coordinate representation of color #8D9005: hue angle of 61.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D9005 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1411445-
CMYK0.0200.970.44
HSL61.29º93.29%29.22%-
HSV(B)61.29º96.53%56.47%-
XYZ20.9925.623.98-
YUV127.2659.01137.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.62%
GREEN value IS 144 (56.64% from 255) = 49.66%
BLUE value IS 5 (2.34% from 255) = 1.72%
R=48.62%
G=49.66%
B=1.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14114450.0200.970.4461.2993.2929.22
Hex8D90520612C3d5d1d
Octal215220520141547513535
Binary10001101100100001011001100001101100111101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,144,5); }

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

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

 a { background-color: rgb(141,144,5); }

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

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

 span { border-color: rgb(141,144,5); }

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