#929E78

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

Shades of Sage #929E78

Tints of Sage #929E78

Color information

#929E78 (or 0x929E78) is unknown color: approx Sage. HEX triplet: 92, 9E and 78. RGB value is (146,158,120). Sum of RGB (Red+Green+Blue) = 146+158+120=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 158 - color contains mainly: green. Hex color #929E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E78 is #6D6187. Grayscale: #969696. Windows color (decimal): -7168392 or 7904914. OLE color: 7904914.

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

Color convert

RGB146158120-
CMYK0.0800.240.38
HSL78.95º16.38%54.51%-
HSV(B)78.95º24.05%61.96%-
XYZ27.4731.9222.48-
YUV150.08111.02125.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.43%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=34.43%
G=37.26%
B=28.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461581200.0800.240.3878.9516.3854.51
Hex929E788018264f1037
Octal22223617010030461172067
Binary100100101001111011110001000011000100110100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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