#929977

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

Shades of Sage #929977

Tints of Sage #929977

Color information

#929977 (or 0x929977) is unknown color: approx Sage. HEX triplet: 92, 99 and 77. RGB value is (146,153,119). Sum of RGB (Red+Green+Blue) = 146+153+119=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #929977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929977 is #6D6688. Grayscale: #939393. Windows color (decimal): -7169673 or 7838098. OLE color: 7838098.

HSL color Cylindrical-coordinate representation of color #929977: hue angle of 72.35º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #929977 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB146153119-
CMYK0.0500.220.4
HSL72.35º14.29%53.33%-
HSV(B)72.35º22.22%60%-
XYZ26.5830.2321.89-
YUV147.03112.18127.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 119 (46.88% from 255) = 28.47%
R=34.93%
G=36.60%
B=28.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531190.0500.220.472.3514.2953.33
Hex92997750162848e35
Octal2222311675026501101665
Binary1001001010011001111011110101011010100010010001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929977; }

 p { color: rgb(146,153,119); }

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

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

 a { background-color: rgb(146,153,119); }

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

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

 span { border-color: rgb(146,153,119); }

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