#929B7D

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

Shades of Sage #929B7D

Tints of Sage #929B7D

Color information

#929B7D (or 0x929B7D) is unknown color: approx Sage. HEX triplet: 92, 9B and 7D. RGB value is (146,155,125). Sum of RGB (Red+Green+Blue) = 146+155+125=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #929B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929B7D is #6D6482. Grayscale: #959595. Windows color (decimal): -7169155 or 8231826. OLE color: 8231826.

HSL color Cylindrical-coordinate representation of color #929B7D: hue angle of 78º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #929B7D is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB146155125-
CMYK0.0600.190.39
HSL78º13.04%54.9%-
HSV(B)78º19.35%60.78%-
XYZ27.2831.0323.95-
YUV148.89114.52125.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=34.27%
G=36.38%
B=29.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461551250.0600.190.397813.0454.9
Hex929B7D6013274ed37
Octal2222331756023471161567
Binary1001001010011011111110111001001110011110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,155,125); }

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

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

 a { background-color: rgb(146,155,125); }

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

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

 span { border-color: rgb(146,155,125); }

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