#929C78

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

Shades of Sage #929C78

Tints of Sage #929C78

Color information

#929C78 (or 0x929C78) is unknown color: approx Sage. HEX triplet: 92, 9C and 78. RGB value is (146,156,120). Sum of RGB (Red+Green+Blue) = 146+156+120=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 156 - color contains mainly: green. Hex color #929C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929C78 is #6D6387. Grayscale: #959595. Windows color (decimal): -7168904 or 7904402. OLE color: 7904402.

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

Color convert

RGB146156120-
CMYK0.0600.230.39
HSL76.67º15.38%54.12%-
HSV(B)76.67º23.08%61.18%-
XYZ27.1331.2422.37-
YUV148.91111.69125.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=34.60%
G=36.97%
B=28.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461561200.0600.230.3976.6715.3854.12
Hex929C786017274df36
Octal2222341706027471151766
Binary1001001010011100111100011001011110011110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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