#929F76

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

Shades of Sage #929F76

Tints of Sage #929F76

Color information

#929F76 (or 0x929F76) is unknown color: approx Sage. HEX triplet: 92, 9F and 76. RGB value is (146,159,118). Sum of RGB (Red+Green+Blue) = 146+159+118=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #929F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929F76 is #6D6089. Grayscale: #969696. Windows color (decimal): -7168138 or 7774098. OLE color: 7774098.

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

Color convert

RGB146159118-
CMYK0.0800.260.38
HSL79.02º17.6%54.31%-
HSV(B)79.02º25.79%62.35%-
XYZ27.5232.2221.91-
YUV150.44109.69124.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=34.52%
G=37.59%
B=27.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461591180.0800.260.3879.0217.654.31
Hex929F76801A264f1236
Octal22223716610032461172266
Binary100100101001111111101101000011010100110100111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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