#8E9903

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

Shades of Olive #8E9903

Tints of Olive #8E9903

Color information

#8E9903 (or 0x8E9903) is unknown color: approx Olive. HEX triplet: 8E, 99 and 03. RGB value is (142,153,3). Sum of RGB (Red+Green+Blue) = 142+153+3=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9903 is #7166FC. Grayscale: #858585. Windows color (decimal): -7431933 or 235918. OLE color: 235918.

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

Color convert

RGB1421533-
CMYK0.0700.980.4
HSL64.4º96.15%30.59%-
HSV(B)64.4º98.04%60%-
XYZ22.5628.544.41-
YUV132.6154.86134.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.65%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 3 (1.56% from 255) = 1.01%
R=47.65%
G=51.34%
B=1.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14215330.0700.980.464.496.1530.59
Hex8E99370622840601f
Octal2162313701425010014037
Binary100011101001100111111011000101010001000000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,153,3); }

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

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

 a { background-color: rgb(142,153,3); }

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

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

 span { border-color: rgb(142,153,3); }

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