#969F87

Color #969F87 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #969F87

Tints of Delta #969F87

Color information

#969F87 (or 0x969F87) is unknown color: approx Delta. HEX triplet: 96, 9F and 87. RGB value is (150,159,135). Sum of RGB (Red+Green+Blue) = 150+159+135=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 159 - color contains mainly: green. Hex color #969F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969F87 is #696078. Grayscale: #999999. Windows color (decimal): -6905977 or 8888214. OLE color: 8888214.

HSL color Cylindrical-coordinate representation of color #969F87: hue angle of 82.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #969F87 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB150159135-
CMYK0.0600.150.38
HSL82.5º11.11%57.65%-
HSV(B)82.5º15.09%62.35%-
XYZ29.3533.0327.75-
YUV153.57117.52125.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=33.78%
G=35.81%
B=30.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501591350.0600.150.3882.511.1157.65
Hex969F8760F2652b3a
Octal2262372076017461221372
Binary1001011010011111100001111100111110011010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969F87; }

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

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

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

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

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

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

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

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