#939F72

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

Shades of Sage #939F72

Tints of Sage #939F72

Color information

#939F72 (or 0x939F72) is unknown color: approx Sage. HEX triplet: 93, 9F and 72. RGB value is (147,159,114). Sum of RGB (Red+Green+Blue) = 147+159+114=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #939F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F72 is #6C608D. Grayscale: #969696. Windows color (decimal): -7102606 or 7511955. OLE color: 7511955.

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

Color convert

RGB147159114-
CMYK0.0800.280.38
HSL76º18.99%53.53%-
HSV(B)76º28.3%62.35%-
XYZ27.4732.2120.69-
YUV150.28107.52125.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 159 (62.5% from 255) = 37.86%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=35%
G=37.86%
B=27.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591140.0800.280.387618.9953.53
Hex939F72801C264c1336
Octal22323716210034461142366
Binary100100111001111111100101000011100100110100110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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