#969380

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

Shades of Grey Olive #969380

Tints of Grey Olive #969380

Color information

#969380 (or 0x969380) is unknown color: approx Grey Olive. HEX triplet: 96, 93 and 80. RGB value is (150,147,128). Sum of RGB (Red+Green+Blue) = 150+147+128=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #969380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969380 is #696C7F. Grayscale: #919191. Windows color (decimal): -6909056 or 8426390. OLE color: 8426390.

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

Color convert

RGB150147128-
CMYK00.020.150.41
HSL51.82º9.48%54.51%-
HSV(B)51.82º14.67%58.82%-
XYZ26.9128.9124.58-
YUV145.73117.99131.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=35.29%
G=34.59%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014712800.020.150.4151.829.4854.51
Hex96938002F2934937
Octal226223200021751641167
Binary10010110100100111000000001011111010011101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969380; }

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

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

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

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

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

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

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

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