#959404

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

Shades of Olive #959404

Tints of Olive #959404

Color information

#959404 (or 0x959404) is unknown color: approx Olive. HEX triplet: 95, 94 and 04. RGB value is (149,148,4). Sum of RGB (Red+Green+Blue) = 149+148+4=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #959404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959404 is #6A6BFB. Grayscale: #848484. Windows color (decimal): -6974460 or 300181. OLE color: 300181.

HSL color Cylindrical-coordinate representation of color #959404: hue angle of 59.59º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #959404 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1491484-
CMYK00.010.970.42
HSL59.59º94.77%30%-
HSV(B)59.59º97.32%58.43%-
XYZ23.0127.584.23-
YUV131.8855.83140.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 4 (1.95% from 255) = 1.33%
R=49.50%
G=49.17%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149148400.010.970.4259.5994.7730
Hex9594401612A3c5f1e
Octal225224401141527413736
Binary1001010110010100100011100001101010111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959404; }

 p { color: rgb(149,148,4); }

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

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

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

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

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

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

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