#929679

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

Shades of Sage #929679

Tints of Sage #929679

Color information

#929679 (or 0x929679) is unknown color: approx Sage. HEX triplet: 92, 96 and 79. RGB value is (146,150,121). Sum of RGB (Red+Green+Blue) = 146+150+121=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #929679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929679 is #6D6986. Grayscale: #919191. Windows color (decimal): -7170439 or 7968402. OLE color: 7968402.

HSL color Cylindrical-coordinate representation of color #929679: hue angle of 68.28º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #929679 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB146150121-
CMYK0.0300.190.41
HSL68.28º12.13%53.14%-
HSV(B)68.28º19.33%58.82%-
XYZ26.2129.322.36-
YUV145.5114.17128.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=35.01%
G=35.97%
B=29.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461501210.0300.190.4168.2812.1353.14
Hex92967930132944c35
Octal2222261713023511041465
Binary100100101001011011110011101001110100110001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929679; }

 p { color: rgb(146,150,121); }

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

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

 a { background-color: rgb(146,150,121); }

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

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

 span { border-color: rgb(146,150,121); }

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