#949F82

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

Shades of Sage #949F82

Tints of Sage #949F82

Color information

#949F82 (or 0x949F82) is unknown color: approx Sage. HEX triplet: 94, 9F and 82. RGB value is (148,159,130). Sum of RGB (Red+Green+Blue) = 148+159+130=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #949F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F82 is #6B607D. Grayscale: #989898. Windows color (decimal): -7037054 or 8560532. OLE color: 8560532.

HSL color Cylindrical-coordinate representation of color #949F82: hue angle of 82.76º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #949F82 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB148159130-
CMYK0.0700.180.38
HSL82.76º13.12%56.67%-
HSV(B)82.76º18.24%62.35%-
XYZ28.6432.725.92-
YUV152.4115.36124.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=33.87%
G=36.38%
B=29.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591300.0700.180.3882.7613.1256.67
Hex949F8270122653d39
Octal2242372027022461231571
Binary10010100100111111000001011101001010011010100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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