#969C90

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

Shades of Delta #969C90

Tints of Delta #969C90

Color information

#969C90 (or 0x969C90) is unknown color: approx Delta. HEX triplet: 96, 9C and 90. RGB value is (150,156,144). Sum of RGB (Red+Green+Blue) = 150+156+144=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 156 - color contains mainly: green. Hex color #969C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C90 is #69636F. Grayscale: #989898. Windows color (decimal): -6906736 or 9477270. OLE color: 9477270.

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

Color convert

RGB150156144-
CMYK0.0400.080.39
HSL90º5.71%58.82%-
HSV(B)90º7.69%61.18%-
XYZ29.532.2731.06-
YUV152.84123.01125.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 144 (56.64% from 255) = 32%
R=33.33%
G=34.67%
B=32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501561440.0400.080.39905.7158.82
Hex969C90408275a63b
Octal226234220401047132673
Binary100101101001110010010000100010001001111011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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