#957804

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

Shades of Olive #957804

Tints of Olive #957804

Color information

#957804 (or 0x957804) is unknown color: approx Olive. HEX triplet: 95, 78 and 04. RGB value is (149,120,4). Sum of RGB (Red+Green+Blue) = 149+120+4=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #957804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957804 is #6A87FB. Grayscale: #737373. Windows color (decimal): -6981628 or 293013. OLE color: 293013.

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

Color convert

RGB1491204-
CMYK00.190.970.42
HSL48º94.77%30%-
HSV(B)48º97.32%58.43%-
XYZ19.1319.832.93-
YUV115.4565.11151.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.58%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 4 (1.95% from 255) = 1.47%
R=54.58%
G=43.96%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149120400.190.970.424894.7730
Hex95784013612A305f1e
Octal2251704023141526013736
Binary1001010111110001000100111100001101010110000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957804; }

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

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

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

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

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

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

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

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