#94978D

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

Shades of Delta #94978D

Tints of Delta #94978D

Color information

#94978D (or 0x94978D) is unknown color: approx Delta. HEX triplet: 94, 97 and 8D. RGB value is (148,151,141). Sum of RGB (Red+Green+Blue) = 148+151+141=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 151 - color contains mainly: green. Hex color #94978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94978D is #6B6872. Grayscale: #949494. Windows color (decimal): -7039091 or 9279380. OLE color: 9279380.

HSL color Cylindrical-coordinate representation of color #94978D: hue angle of 78º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94978D is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB148151141-
CMYK0.0200.070.41
HSL78º4.59%57.25%-
HSV(B)78º6.62%59.22%-
XYZ28.0930.3529.58-
YUV148.96123.51127.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=33.64%
G=34.32%
B=32.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481511410.0200.070.41784.5957.25
Hex94978D207294e539
Octal22422721520751116571
Binary1001010010010111100011011001111010011001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94978D; }

 p { color: rgb(148,151,141); }

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

<style>
 a { background-color: #94978D; }

 a { background-color: rgb(148,151,141); }

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

<style>
 span { border-color: #94978D; }

 span { border-color: rgb(148,151,141); }

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