#949F73

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

Shades of Sage #949F73

Tints of Sage #949F73

Color information

#949F73 (or 0x949F73) is unknown color: approx Sage. HEX triplet: 94, 9F and 73. RGB value is (148,159,115). Sum of RGB (Red+Green+Blue) = 148+159+115=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #949F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F73 is #6B608C. Grayscale: #969696. Windows color (decimal): -7037069 or 7577492. OLE color: 7577492.

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

Color convert

RGB148159115-
CMYK0.0700.280.38
HSL75º18.64%53.73%-
HSV(B)75º27.67%62.35%-
XYZ27.7132.3321-
YUV150.7107.86126.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=35.07%
G=37.68%
B=27.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481591150.0700.280.387518.6453.73
Hex949F73701C264b1336
Octal2242371637034461132366
Binary10010100100111111110011111011100100110100101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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