#929D76

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

Shades of Sage #929D76

Tints of Sage #929D76

Color information

#929D76 (or 0x929D76) is unknown color: approx Sage. HEX triplet: 92, 9D and 76. RGB value is (146,157,118). Sum of RGB (Red+Green+Blue) = 146+157+118=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 157 - color contains mainly: green. Hex color #929D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929D76 is #6D6289. Grayscale: #959595. Windows color (decimal): -7168650 or 7773586. OLE color: 7773586.

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

Color convert

RGB146157118-
CMYK0.0700.250.38
HSL76.92º16.6%53.92%-
HSV(B)76.92º24.84%61.57%-
XYZ27.1831.5321.79-
YUV149.26110.36125.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=34.68%
G=37.29%
B=28.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461571180.0700.250.3876.9216.653.92
Hex929D767019264d1136
Octal2222351667031461152166
Binary10010010100111011110110111011001100110100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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