#929779

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

Shades of Sage #929779

Tints of Sage #929779

Color information

#929779 (or 0x929779) is unknown color: approx Sage. HEX triplet: 92, 97 and 79. RGB value is (146,151,121). Sum of RGB (Red+Green+Blue) = 146+151+121=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 151 - color contains mainly: green. Hex color #929779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929779 is #6D6886. Grayscale: #929292. Windows color (decimal): -7170183 or 7968658. OLE color: 7968658.

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

Color convert

RGB146151121-
CMYK0.0300.200.41
HSL70º12.61%53.33%-
HSV(B)70º19.87%59.22%-
XYZ26.3729.6222.42-
YUV146.08113.84127.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=34.93%
G=36.12%
B=28.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461511210.0300.200.417012.6153.33
Hex92977930142946d35
Octal2222271713024511061565
Binary100100101001011111110011101010010100110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929779; }

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

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

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

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

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

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

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

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