#919975

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

Shades of Sage #919975

Tints of Sage #919975

Color information

#919975 (or 0x919975) is unknown color: approx Sage. HEX triplet: 91, 99 and 75. RGB value is (145,153,117). Sum of RGB (Red+Green+Blue) = 145+153+117=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #919975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919975 is #6E668A. Grayscale: #929292. Windows color (decimal): -7235211 or 7707025. OLE color: 7707025.

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

Color convert

RGB145153117-
CMYK0.0500.240.4
HSL73.33º15%52.94%-
HSV(B)73.33º23.53%60%-
XYZ26.2830.0921.25-
YUV146.5111.35126.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.94%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=34.94%
G=36.87%
B=28.19%

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
Decimal1451531170.0500.240.473.331552.94
Hex91997550182849f35
Octal2212311655030501111765
Binary1001000110011001111010110101100010100010010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919975; }

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

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

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

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

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

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

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

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