#8C9904

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

Shades of Olive #8C9904

Tints of Olive #8C9904

Color information

#8C9904 (or 0x8C9904) is unknown color: approx Olive. HEX triplet: 8C, 99 and 04. RGB value is (140,153,4). Sum of RGB (Red+Green+Blue) = 140+153+4=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9904 is #7366FB. Grayscale: #848484. Windows color (decimal): -7563004 or 301452. OLE color: 301452.

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

Color convert

RGB1401534-
CMYK0.0800.970.4
HSL65.23º94.9%30.78%-
HSV(B)65.23º97.39%60%-
XYZ22.2328.374.42-
YUV132.1355.69133.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 4 (1.95% from 255) = 1.35%
R=47.14%
G=51.52%
B=1.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14015340.0800.970.465.2394.930.78
Hex8C994806128415f1f
Octal21423141001415010113737
Binary10001100100110011001000011000011010001000001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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