#929974

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

Shades of Sage #929974

Tints of Sage #929974

Color information

#929974 (or 0x929974) is unknown color: approx Sage. HEX triplet: 92, 99 and 74. RGB value is (146,153,116). Sum of RGB (Red+Green+Blue) = 146+153+116=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #929974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929974 is #6D668B. Grayscale: #929292. Windows color (decimal): -7169676 or 7641490. OLE color: 7641490.

HSL color Cylindrical-coordinate representation of color #929974: hue angle of 71.35º 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 #929974 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB146153116-
CMYK0.0500.240.4
HSL71.35º15.35%52.75%-
HSV(B)71.35º24.18%60%-
XYZ26.430.1520.95-
YUV146.69110.68127.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=35.18%
G=36.87%
B=27.95%

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
Decimal1461531160.0500.240.471.3515.3552.75
Hex92997450182847f35
Octal2222311645030501071765
Binary1001001010011001111010010101100010100010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929974; }

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

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

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

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

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

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

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

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