#959A8A

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

Shades of Delta #959A8A

Tints of Delta #959A8A

Color information

#959A8A (or 0x959A8A) is unknown color: approx Delta. HEX triplet: 95, 9A and 8A. RGB value is (149,154,138). Sum of RGB (Red+Green+Blue) = 149+154+138=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 154 - color contains mainly: green. Hex color #959A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A8A is #6A6575. Grayscale: #969696. Windows color (decimal): -6972790 or 9083541. OLE color: 9083541.

HSL color Cylindrical-coordinate representation of color #959A8A: hue angle of 78.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959A8A is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB149154138-
CMYK0.0300.100.40
HSL78.75º7.34%57.25%-
HSV(B)78.75º10.39%60.39%-
XYZ28.5431.3428.59-
YUV150.68120.84126.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=33.79%
G=34.92%
B=31.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491541380.0300.100.4078.757.3457.25
Hex959A8A30A284f739
Octal225232212301250117771
Binary10010101100110101000101011010101010001001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959A8A; }

 p { color: rgb(149,154,138); }

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

<style>
 a { background-color: #959A8A; }

 a { background-color: rgb(149,154,138); }

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

<style>
 span { border-color: #959A8A; }

 span { border-color: rgb(149,154,138); }

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