#969385

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

Shades of Grey Olive #969385

Tints of Grey Olive #969385

Color information

#969385 (or 0x969385) is unknown color: approx Grey Olive. HEX triplet: 96, 93 and 85. RGB value is (150,147,133). Sum of RGB (Red+Green+Blue) = 150+147+133=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #969385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969385 is #696C7A. Grayscale: #929292. Windows color (decimal): -6909051 or 8754070. OLE color: 8754070.

HSL color Cylindrical-coordinate representation of color #969385: hue angle of 49.41º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969385 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150147133-
CMYK00.020.110.41
HSL49.41º7.49%55.49%-
HSV(B)49.41º11.33%58.82%-
XYZ27.2529.0426.36-
YUV146.3120.49130.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=34.88%
G=34.19%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014713300.020.110.4149.417.4955.49
Hex96938502B2931737
Octal22622320502135161767
Binary1001011010010011100001010101011101001110001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969385; }

 p { color: rgb(150,147,133); }

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

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

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

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

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

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

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