#95A775

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

Shades of Sage #95A775

Tints of Sage #95A775

Color information

#95A775 (or 0x95A775) is unknown color: approx Sage. HEX triplet: 95, A7 and 75. RGB value is (149,167,117). Sum of RGB (Red+Green+Blue) = 149+167+117=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #95A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A775 is #6A588A. Grayscale: #9C9C9C. Windows color (decimal): -6969483 or 7710613. OLE color: 7710613.

HSL color Cylindrical-coordinate representation of color #95A775: hue angle of 81.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95A775 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB149167117-
CMYK0.1100.300.35
HSL81.6º22.12%55.69%-
HSV(B)81.6º29.94%65.49%-
XYZ29.4235.3122.09-
YUV155.92106.04123.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 167 (65.62% from 255) = 38.57%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=34.41%
G=38.57%
B=27.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491671170.1100.300.3581.622.1255.69
Hex95A775B01E23521638
Octal22524716513036431222670
Binary100101011010011111101011011011110100011101001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A775; }

 p { color: rgb(149,167,117); }

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

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

 a { background-color: rgb(149,167,117); }

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

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

 span { border-color: rgb(149,167,117); }

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