#929975

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

Shades of Sage #929975

Tints of Sage #929975

Color information

#929975 (or 0x929975) is unknown color: approx Sage. HEX triplet: 92, 99 and 75. RGB value is (146,153,117). Sum of RGB (Red+Green+Blue) = 146+153+117=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #929975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929975 is #6D668A. Grayscale: #929292. Windows color (decimal): -7169675 or 7707026. OLE color: 7707026.

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

Color convert

RGB146153117-
CMYK0.0500.240.4
HSL71.67º15%52.94%-
HSV(B)71.67º23.53%60%-
XYZ26.4630.1821.26-
YUV146.8111.18127.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=35.10%
G=36.78%
B=28.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531170.0500.240.471.671552.94
Hex92997550182848f35
Octal2222311655030501101765
Binary1001001010011001111010110101100010100010010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929975; }

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

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

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

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

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

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

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

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