#8D9802

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

Shades of Olive #8D9802

Tints of Olive #8D9802

Color information

#8D9802 (or 0x8D9802) is unknown color: approx Olive. HEX triplet: 8D, 98 and 02. RGB value is (141,152,2). Sum of RGB (Red+Green+Blue) = 141+152+2=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9802 is #7267FD. Grayscale: #848484. Windows color (decimal): -7497726 or 170125. OLE color: 170125.

HSL color Cylindrical-coordinate representation of color #8D9802: hue angle of 64.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D9802 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1411522-
CMYK0.0700.990.40
HSL64.4º97.4%30.2%-
HSV(B)64.4º98.68%59.61%-
XYZ22.2228.124.31-
YUV131.6154.86134.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.80%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=47.80%
G=51.53%
B=0.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14115220.0700.990.4064.497.430.2
Hex8D98270632840611e
Octal2152302701435010014136
Binary100011011001100010111011000111010001000000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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