#8D8902

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

Shades of Olive #8D8902

Tints of Olive #8D8902

Color information

#8D8902 (or 0x8D8902) is unknown color: approx Olive. HEX triplet: 8D, 89 and 02. RGB value is (141,137,2). Sum of RGB (Red+Green+Blue) = 141+137+2=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8902 is #7276FD. Grayscale: #7B7B7B. Windows color (decimal): -7501566 or 166285. OLE color: 166285.

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

Color convert

RGB1411372-
CMYK00.030.990.45
HSL58.27º97.2%28.04%-
HSV(B)58.27º98.58%55.29%-
XYZ19.9423.563.55-
YUV122.8159.83140.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 137 (53.91% from 255) = 48.93%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=50.36%
G=48.93%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141137200.030.990.4558.2797.228.04
Hex8D89203632D3a611c
Octal215211203143557214134
Binary1000110110001001100111100011101101111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,137,2); }

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

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

 a { background-color: rgb(141,137,2); }

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

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

 span { border-color: rgb(141,137,2); }

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