#909F80

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

Shades of Delta #909F80

Tints of Delta #909F80

Color information

#909F80 (or 0x909F80) is unknown color: approx Delta. HEX triplet: 90, 9F and 80. RGB value is (144,159,128). Sum of RGB (Red+Green+Blue) = 144+159+128=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #909F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909F80 is #6F607F. Grayscale: #979797. Windows color (decimal): -7299200 or 8429456. OLE color: 8429456.

HSL color Cylindrical-coordinate representation of color #909F80: hue angle of 89.03º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #909F80 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB144159128-
CMYK0.0900.190.38
HSL89.03º13.9%56.27%-
HSV(B)89.03º19.5%62.35%-
XYZ27.832.2825.19-
YUV150.98115.03123.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=33.41%
G=36.89%
B=29.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441591280.0900.190.3889.0313.956.27
Hex909F8090132659e38
Octal22023720011023461311670
Binary100100001001111110000000100101001110011010110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909F80; }

 p { color: rgb(144,159,128); }

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

<style>
 a { background-color: #909F80; }

 a { background-color: rgb(144,159,128); }

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

<style>
 span { border-color: #909F80; }

 span { border-color: rgb(144,159,128); }

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