#969D90

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

Shades of Delta #969D90

Tints of Delta #969D90

Color information

#969D90 (or 0x969D90) is unknown color: approx Delta. HEX triplet: 96, 9D and 90. RGB value is (150,157,144). Sum of RGB (Red+Green+Blue) = 150+157+144=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 157 - color contains mainly: green. Hex color #969D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969D90 is #69626F. Grayscale: #999999. Windows color (decimal): -6906480 or 9477526. OLE color: 9477526.

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

Color convert

RGB150157144-
CMYK0.0400.080.38
HSL92.31º6.22%59.02%-
HSV(B)92.31º8.28%61.57%-
XYZ29.6732.6131.12-
YUV153.42122.68125.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=33.26%
G=34.81%
B=31.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501571440.0400.080.3892.316.2259.02
Hex969D90408265c63b
Octal226235220401046134673
Binary100101101001110110010000100010001001101011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,157,144); }

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

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

 a { background-color: rgb(150,157,144); }

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

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

 span { border-color: rgb(150,157,144); }

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