Html Css Color HEX #96A59F Tower Grey

📋 copy color: '#96A59F'

red 150 ◦ green 165 ◦ blue 159

#96A59F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #96A59F

Tints of Tower Grey #96A59F

RGB

 RED value IS 150 (58.98% from 255) = 31.65%

 GREEN value IS 165 (64.84% from 255) = 34.81%

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 31.65%
G = 34.81%
B = 33.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#96A59F (or 0x96A59F) is known color: Tower Grey. HEX triplet: 96, A5 and 9F. RGB value is (150,165,159). Sum of RGB (Red+Green+Blue) = 150+165+159=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 165 - color contains mainly: green. Hex color #96A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A59F is #695A60. Grayscale: #9F9F9F. Windows color (decimal): -6904417 or 10462614. OLE color: 10462614.

HSL color Cylindrical-coordinate representation of color #96A59F: hue angle of 156º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96A59F is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 165 159 -
CMYK 0.09 0 0.04 0.35
HSL 156º 0.08% 0.62% -
HSV(B) 156º 0.09% 0.65% -
XYZ 32.29 35.9 38.03 -
YUV 159.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 150 165 159 0.09 0 0.04 0.35 156 0.08 0.62
Hex 96 A5 9F 9 0 4 23 9C 8 3E
Octal 226 245 237 11 0 4 43 234 10 76
Binary 10010110 10100101 10011111 1001 0 100 100011 10011100 1000 111110

Color Harmonies of #96A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A59F

Black with #96A59F

Text Example


Text Example

White with #96A59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A59F; }

 p { color: rgb(150,165,159); }

 H1.HeaderClassName
 {
   color: #96A59F;
 }
 .AnyTagClassName
 {
   color: #96A59F;
 }
</style>

background-color css

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

 a { background-color: rgb(150,165,159); }

 div.DivClassName
 {
   background-color: #96A59F;
 }
 .BgClassName
 {
   background-color: #96A59F;
 }
</style>

border-color css

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

 span { border-color: rgb(150,165,159); }

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