#96937F

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

Shades of Grey Olive #96937F

Tints of Grey Olive #96937F

Color information

#96937F (or 0x96937F) is unknown color: approx Grey Olive. HEX triplet: 96, 93 and 7F. RGB value is (150,147,127). Sum of RGB (Red+Green+Blue) = 150+147+127=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #96937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96937F is #696C80. Grayscale: #919191. Windows color (decimal): -6909057 or 8360854. OLE color: 8360854.

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

Color convert

RGB150147127-
CMYK00.020.150.41
HSL52.17º9.87%54.31%-
HSV(B)52.17º15.33%58.82%-
XYZ26.8428.8824.24-
YUV145.62117.49131.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 127 (50% from 255) = 29.95%
R=35.38%
G=34.67%
B=29.95%

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
Decimal15014712700.020.150.4152.179.8754.31
Hex96937F02F2934a36
Octal226223177021751641266
Binary1001011010010011111111101011111010011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96937F; }

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

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

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

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

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

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

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

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