#929D79

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

Shades of Sage #929D79

Tints of Sage #929D79

Color information

#929D79 (or 0x929D79) is unknown color: approx Sage. HEX triplet: 92, 9D and 79. RGB value is (146,157,121). Sum of RGB (Red+Green+Blue) = 146+157+121=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #929D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929D79 is #6D6286. Grayscale: #959595. Windows color (decimal): -7168647 or 7970194. OLE color: 7970194.

HSL color Cylindrical-coordinate representation of color #929D79: hue angle of 78.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929D79 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB146157121-
CMYK0.0700.230.38
HSL78.33º15.52%54.51%-
HSV(B)78.33º22.93%61.57%-
XYZ27.3631.6122.75-
YUV149.61111.86125.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.43%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=34.43%
G=37.03%
B=28.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461571210.0700.230.3878.3315.5254.51
Hex929D797017264e1037
Octal2222351717027461162067
Binary10010010100111011111001111010111100110100111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929D79; }

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

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

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

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

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

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

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

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