#969604

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

Shades of Olive #969604

Tints of Olive #969604

Color information

#969604 (or 0x969604) is unknown color: approx Olive. HEX triplet: 96, 96 and 04. RGB value is (150,150,4). Sum of RGB (Red+Green+Blue) = 150+150+4=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969604 is #6969FB. Grayscale: #858585. Windows color (decimal): -6908412 or 300694. OLE color: 300694.

HSL color Cylindrical-coordinate representation of color #969604: hue angle of 60º 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 #969604 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1501504-
CMYK000.970.41
HSL60º94.81%30.2%-
HSV(B)60º97.33%58.82%-
XYZ23.5128.314.34-
YUV133.3655139.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=49.34%
G=49.34%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501504000.970.416094.8130.2
Hex969640061293c5f1e
Octal226226400141517413736
Binary1001011010010110100001100001101001111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969604; }

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

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

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

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

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

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

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

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