#979D88

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

Shades of Delta #979D88

Tints of Delta #979D88

Color information

#979D88 (or 0x979D88) is unknown color: approx Delta. HEX triplet: 97, 9D and 88. RGB value is (151,157,136). Sum of RGB (Red+Green+Blue) = 151+157+136=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 157 - color contains mainly: green. Hex color #979D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979D88 is #686277. Grayscale: #989898. Windows color (decimal): -6840952 or 8953239. OLE color: 8953239.

HSL color Cylindrical-coordinate representation of color #979D88: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #979D88 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB151157136-
CMYK0.0400.130.38
HSL77.14º9.68%57.45%-
HSV(B)77.14º13.38%61.57%-
XYZ29.2632.4728.02-
YUV152.81118.51126.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 157 (61.72% from 255) = 35.36%
BLUE value IS 136 (53.52% from 255) = 30.63%
R=34.01%
G=35.36%
B=30.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511571360.0400.130.3877.149.6857.45
Hex979D8840D264da39
Octal2272352104015461151271
Binary1001011110011101100010001000110110011010011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979D88; }

 p { color: rgb(151,157,136); }

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

<style>
 a { background-color: #979D88; }

 a { background-color: rgb(151,157,136); }

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

<style>
 span { border-color: #979D88; }

 span { border-color: rgb(151,157,136); }

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