#929E77

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

Shades of Sage #929E77

Tints of Sage #929E77

Color information

#929E77 (or 0x929E77) is unknown color: approx Sage. HEX triplet: 92, 9E and 77. RGB value is (146,158,119). Sum of RGB (Red+Green+Blue) = 146+158+119=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #929E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E77 is #6D6188. Grayscale: #969696. Windows color (decimal): -7168393 or 7839378. OLE color: 7839378.

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

Color convert

RGB146158119-
CMYK0.0800.250.38
HSL78.46º16.74%54.31%-
HSV(B)78.46º24.68%61.96%-
XYZ27.4131.922.16-
YUV149.97110.52125.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=34.52%
G=37.35%
B=28.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461581190.0800.250.3878.4616.7454.31
Hex929E778019264e1136
Octal22223616710031461162166
Binary100100101001111011101111000011001100110100111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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