#929775

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

Shades of Sage #929775

Tints of Sage #929775

Color information

#929775 (or 0x929775) is unknown color: approx Sage. HEX triplet: 92, 97 and 75. RGB value is (146,151,117). Sum of RGB (Red+Green+Blue) = 146+151+117=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 151 - color contains mainly: green. Hex color #929775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929775 is #6D688A. Grayscale: #919191. Windows color (decimal): -7170187 or 7706514. OLE color: 7706514.

HSL color Cylindrical-coordinate representation of color #929775: hue angle of 68.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929775 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB146151117-
CMYK0.0300.230.41
HSL68.82º14.05%52.55%-
HSV(B)68.82º22.52%59.22%-
XYZ26.1329.5321.15-
YUV145.63111.84128.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 151 (59.38% from 255) = 36.47%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=35.27%
G=36.47%
B=28.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461511170.0300.230.4168.8214.0552.55
Hex92977530172945e35
Octal2222271653027511051665
Binary100100101001011111101011101011110100110001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929775; }

 p { color: rgb(146,151,117); }

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

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

 a { background-color: rgb(146,151,117); }

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

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

 span { border-color: rgb(146,151,117); }

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