#929E76

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

Shades of Sage #929E76

Tints of Sage #929E76

Color information

#929E76 (or 0x929E76) is unknown color: approx Sage. HEX triplet: 92, 9E and 76. RGB value is (146,158,118). Sum of RGB (Red+Green+Blue) = 146+158+118=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 158 - color contains mainly: green. Hex color #929E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E76 is #6D6189. Grayscale: #959595. Windows color (decimal): -7168394 or 7773842. OLE color: 7773842.

HSL color Cylindrical-coordinate representation of color #929E76: hue angle of 78º 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 #929E76 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB146158118-
CMYK0.0800.250.38
HSL78º17.09%54.12%-
HSV(B)78º25.32%61.96%-
XYZ27.3531.8721.85-
YUV149.85110.02125.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 158 (62.11% from 255) = 37.44%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=34.60%
G=37.44%
B=27.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461581180.0800.250.387817.0954.12
Hex929E768019264e1136
Octal22223616610031461162166
Binary100100101001111011101101000011001100110100111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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