#929E73

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

Shades of Sage #929E73

Tints of Sage #929E73

Color information

#929E73 (or 0x929E73) is unknown color: approx Sage. HEX triplet: 92, 9E and 73. RGB value is (146,158,115). Sum of RGB (Red+Green+Blue) = 146+158+115=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 158 - color contains mainly: green. Hex color #929E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E73 is #6D618C. Grayscale: #959595. Windows color (decimal): -7168397 or 7577234. OLE color: 7577234.

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

Color convert

RGB146158115-
CMYK0.0800.270.38
HSL76.74º18.14%53.53%-
HSV(B)76.74º27.22%61.96%-
XYZ27.1831.820.93-
YUV149.51108.52125.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 158 (62.11% from 255) = 37.71%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=34.84%
G=37.71%
B=27.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461581150.0800.270.3876.7418.1453.53
Hex929E73801B264d1236
Octal22223616310033461152266
Binary100100101001111011100111000011011100110100110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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