#929D7B

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

Shades of Sage #929D7B

Tints of Sage #929D7B

Color information

#929D7B (or 0x929D7B) is unknown color: approx Sage. HEX triplet: 92, 9D and 7B. RGB value is (146,157,123). Sum of RGB (Red+Green+Blue) = 146+157+123=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 157 - color contains mainly: green. Hex color #929D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929D7B is #6D6284. Grayscale: #959595. Windows color (decimal): -7168645 or 8101266. OLE color: 8101266.

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

Color convert

RGB146157123-
CMYK0.0700.220.38
HSL79.41º14.78%54.9%-
HSV(B)79.41º21.66%61.57%-
XYZ27.4931.6523.4-
YUV149.83112.86125.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 157 (61.72% from 255) = 36.85%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=34.27%
G=36.85%
B=28.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461571230.0700.220.3879.4114.7854.9
Hex929D7B7016264ff37
Octal2222351737026461171767
Binary1001001010011101111101111101011010011010011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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