#949F7B

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

Shades of Sage #949F7B

Tints of Sage #949F7B

Color information

#949F7B (or 0x949F7B) is unknown color: approx Sage. HEX triplet: 94, 9F and 7B. RGB value is (148,159,123). Sum of RGB (Red+Green+Blue) = 148+159+123=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #949F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F7B is #6B6084. Grayscale: #979797. Windows color (decimal): -7037061 or 8101780. OLE color: 8101780.

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

Color convert

RGB148159123-
CMYK0.0700.230.38
HSL78.33º15.79%55.29%-
HSV(B)78.33º22.64%62.35%-
XYZ28.1932.5223.53-
YUV151.61111.86125.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=34.42%
G=36.98%
B=28.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591230.0700.230.3878.3315.7955.29
Hex949F7B7017264e1037
Octal2242371737027461162067
Binary10010100100111111111011111010111100110100111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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