#96A69A

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

Shades of Edward #96A69A

Tints of Edward #96A69A

Color information

#96A69A (or 0x96A69A) is unknown color: approx Edward. HEX triplet: 96, A6 and 9A. RGB value is (150,166,154). Sum of RGB (Red+Green+Blue) = 150+166+154=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 166 - color contains mainly: green. Hex color #96A69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A69A is #695965. Grayscale: #9F9F9F. Windows color (decimal): -6904166 or 10135190. OLE color: 10135190.

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

Color convert

RGB150166154-
CMYK0.1000.070.35
HSL135º8.25%61.96%-
HSV(B)135º9.64%65.1%-
XYZ32.0536.0935.85-
YUV159.85124.7120.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=31.91%
G=35.32%
B=32.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501661540.1000.070.351358.2561.96
Hex96A69AA07238783e
Octal2262462321207432071076
Binary10010110101001101001101010100111100011100001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,166,154); }

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

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

 a { background-color: rgb(150,166,154); }

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

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

 span { border-color: rgb(150,166,154); }

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