#939F85

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

Shades of Delta #939F85

Tints of Delta #939F85

Color information

#939F85 (or 0x939F85) is unknown color: approx Delta. HEX triplet: 93, 9F and 85. RGB value is (147,159,133). Sum of RGB (Red+Green+Blue) = 147+159+133=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 159 - color contains mainly: green. Hex color #939F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F85 is #6C607A. Grayscale: #989898. Windows color (decimal): -7102587 or 8757139. OLE color: 8757139.

HSL color Cylindrical-coordinate representation of color #939F85: hue angle of 87.69º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #939F85 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB147159133-
CMYK0.0800.160.38
HSL87.69º11.93%57.25%-
HSV(B)87.69º16.35%62.35%-
XYZ28.6632.6926.99-
YUV152.45117.02124.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 159 (62.5% from 255) = 36.22%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=33.49%
G=36.22%
B=30.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591330.0800.160.3887.6911.9357.25
Hex939F8580102658c39
Octal22323720510020461301471
Binary100100111001111110000101100001000010011010110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939F85; }

 p { color: rgb(147,159,133); }

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

<style>
 a { background-color: #939F85; }

 a { background-color: rgb(147,159,133); }

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

<style>
 span { border-color: #939F85; }

 span { border-color: rgb(147,159,133); }

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