#929875

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

Shades of Sage #929875

Tints of Sage #929875

Color information

#929875 (or 0x929875) is unknown color: approx Sage. HEX triplet: 92, 98 and 75. RGB value is (146,152,117). Sum of RGB (Red+Green+Blue) = 146+152+117=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #929875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929875 is #6D678A. Grayscale: #929292. Windows color (decimal): -7169931 or 7706770. OLE color: 7706770.

HSL color Cylindrical-coordinate representation of color #929875: hue angle of 70.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929875 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB146152117-
CMYK0.0400.230.40
HSL70.29º14.52%52.75%-
HSV(B)70.29º23.03%59.61%-
XYZ26.2929.8521.21-
YUV146.22111.51127.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 152 (59.77% from 255) = 36.63%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=35.18%
G=36.63%
B=28.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461521170.0400.230.4070.2914.5252.75
Hex92987540172846f35
Octal2222301654027501061765
Binary1001001010011000111010110001011110100010001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929875; }

 p { color: rgb(146,152,117); }

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

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

 a { background-color: rgb(146,152,117); }

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

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

 span { border-color: rgb(146,152,117); }

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