#8C9903

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

Shades of Olive #8C9903

Tints of Olive #8C9903

Color information

#8C9903 (or 0x8C9903) is unknown color: approx Olive. HEX triplet: 8C, 99 and 03. RGB value is (140,153,3). Sum of RGB (Red+Green+Blue) = 140+153+3=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9903 is #7366FC. Grayscale: #848484. Windows color (decimal): -7563005 or 235916. OLE color: 235916.

HSL color Cylindrical-coordinate representation of color #8C9903: hue angle of 65.2º 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 #8C9903 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB1401533-
CMYK0.0800.980.4
HSL65.2º96.15%30.59%-
HSV(B)65.2º98.04%60%-
XYZ22.2228.364.39-
YUV132.0155.19133.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 3 (1.56% from 255) = 1.01%
R=47.30%
G=51.69%
B=1.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14015330.0800.980.465.296.1530.59
Hex8C99380622841601f
Octal21423131001425010114037
Binary1000110010011001111000011000101010001000001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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