#949F76

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

Shades of Sage #949F76

Tints of Sage #949F76

Color information

#949F76 (or 0x949F76) is unknown color: approx Sage. HEX triplet: 94, 9F and 76. RGB value is (148,159,118). Sum of RGB (Red+Green+Blue) = 148+159+118=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #949F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F76 is #6B6089. Grayscale: #979797. Windows color (decimal): -7037066 or 7774100. OLE color: 7774100.

HSL color Cylindrical-coordinate representation of color #949F76: hue angle of 76.1º 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 #949F76 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB148159118-
CMYK0.0700.260.38
HSL76.1º17.6%54.31%-
HSV(B)76.1º25.79%62.35%-
XYZ27.8832.421.92-
YUV151.04109.36125.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=34.82%
G=37.41%
B=27.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591180.0700.260.3876.117.654.31
Hex949F76701A264c1236
Octal2242371667032461142266
Binary10010100100111111110110111011010100110100110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949F76; }

 p { color: rgb(148,159,118); }

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

<style>
 a { background-color: #949F76; }

 a { background-color: rgb(148,159,118); }

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

<style>
 span { border-color: #949F76; }

 span { border-color: rgb(148,159,118); }

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