#8D9604

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

Shades of Olive #8D9604

Tints of Olive #8D9604

Color information

#8D9604 (or 0x8D9604) is unknown color: approx Olive. HEX triplet: 8D, 96 and 04. RGB value is (141,150,4). Sum of RGB (Red+Green+Blue) = 141+150+4=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9604 is #7269FB. Grayscale: #838383. Windows color (decimal): -7498236 or 300685. OLE color: 300685.

HSL color Cylindrical-coordinate representation of color #8D9604: hue angle of 63.7º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D9604 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1411504-
CMYK0.0600.970.41
HSL63.7º94.81%30.2%-
HSV(B)63.7º97.33%58.82%-
XYZ21.9127.484.26-
YUV130.6656.52135.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.80%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=47.80%
G=50.85%
B=1.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14115040.0600.970.4163.794.8130.2
Hex8D964606129405f1e
Octal2152264601415110013736
Binary1000110110010110100110011000011010011000000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,4); }

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

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

 a { background-color: rgb(141,150,4); }

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

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

 span { border-color: rgb(141,150,4); }

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