#919C73

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

Shades of Sage #919C73

Tints of Sage #919C73

Color information

#919C73 (or 0x919C73) is unknown color: approx Sage. HEX triplet: 91, 9C and 73. RGB value is (145,156,115). Sum of RGB (Red+Green+Blue) = 145+156+115=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 156 - color contains mainly: green. Hex color #919C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C73 is #6E638C. Grayscale: #949494. Windows color (decimal): -7234445 or 7576721. OLE color: 7576721.

HSL color Cylindrical-coordinate representation of color #919C73: hue angle of 76.1º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #919C73 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB145156115-
CMYK0.0700.260.39
HSL76.1º17.15%53.14%-
HSV(B)76.1º26.28%61.18%-
XYZ26.6631.0320.8-
YUV148.04109.36125.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 156 (61.33% from 255) = 37.5%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=34.86%
G=37.5%
B=27.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451561150.0700.260.3976.117.1553.14
Hex919C73701A274c1135
Octal2212341637032471142165
Binary10010001100111001110011111011010100111100110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919C73; }

 p { color: rgb(145,156,115); }

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

<style>
 a { background-color: #919C73; }

 a { background-color: rgb(145,156,115); }

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

<style>
 span { border-color: #919C73; }

 span { border-color: rgb(145,156,115); }

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