#919B76

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

Shades of Sage #919B76

Tints of Sage #919B76

Color information

#919B76 (or 0x919B76) is unknown color: approx Sage. HEX triplet: 91, 9B and 76. RGB value is (145,155,118). Sum of RGB (Red+Green+Blue) = 145+155+118=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #919B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B76 is #6E6489. Grayscale: #939393. Windows color (decimal): -7234698 or 7773073. OLE color: 7773073.

HSL color Cylindrical-coordinate representation of color #919B76: hue angle of 76.22º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919B76 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB145155118-
CMYK0.0600.240.39
HSL76.22º15.61%53.53%-
HSV(B)76.22º23.87%60.78%-
XYZ26.6730.7721.67-
YUV147.79111.19126.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=34.69%
G=37.08%
B=28.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451551180.0600.240.3976.2215.6153.53
Hex919B766018274c1036
Octal2212331666030471142066
Binary10010001100110111110110110011000100111100110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,155,118); }

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

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

 a { background-color: rgb(145,155,118); }

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

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

 span { border-color: rgb(145,155,118); }

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