#919781

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

Shades of Sage #919781

Tints of Sage #919781

Color information

#919781 (or 0x919781) is unknown color: approx Sage. HEX triplet: 91, 97 and 81. RGB value is (145,151,129). Sum of RGB (Red+Green+Blue) = 145+151+129=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 151 - color contains mainly: green. Hex color #919781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919781 is #6E687E. Grayscale: #929292. Windows color (decimal): -7235711 or 8492945. OLE color: 8492945.

HSL color Cylindrical-coordinate representation of color #919781: hue angle of 76.36º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919781 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB145151129-
CMYK0.0400.150.41
HSL76.36º9.57%54.9%-
HSV(B)76.36º14.57%59.22%-
XYZ26.7129.7425.1-
YUV146.7118.01126.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=34.12%
G=35.53%
B=30.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451511290.0400.150.4176.369.5754.9
Hex91978140F294ca37
Octal2212272014017511141267
Binary1001000110010111100000011000111110100110011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919781; }

 p { color: rgb(145,151,129); }

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

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

 a { background-color: rgb(145,151,129); }

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

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

 span { border-color: rgb(145,151,129); }

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