#939F75

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

Shades of Sage #939F75

Tints of Sage #939F75

Color information

#939F75 (or 0x939F75) is unknown color: approx Sage. HEX triplet: 93, 9F and 75. RGB value is (147,159,117). Sum of RGB (Red+Green+Blue) = 147+159+117=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #939F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F75 is #6C608A. Grayscale: #969696. Windows color (decimal): -7102603 or 7708563. OLE color: 7708563.

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

Color convert

RGB147159117-
CMYK0.0800.260.38
HSL77.14º17.95%54.12%-
HSV(B)77.14º26.42%62.35%-
XYZ27.6432.2821.6-
YUV150.62109.02125.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=34.75%
G=37.59%
B=27.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591170.0800.260.3877.1417.9554.12
Hex939F75801A264d1236
Octal22323716510032461152266
Binary100100111001111111101011000011010100110100110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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