#95A37F

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

Shades of Sage #95A37F

Tints of Sage #95A37F

Color information

#95A37F (or 0x95A37F) is unknown color: approx Sage. HEX triplet: 95, A3 and 7F. RGB value is (149,163,127). Sum of RGB (Red+Green+Blue) = 149+163+127=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 163 - color contains mainly: green. Hex color #95A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A37F is #6A5C80. Grayscale: #9A9A9A. Windows color (decimal): -6970497 or 8364949. OLE color: 8364949.

HSL color Cylindrical-coordinate representation of color #95A37F: hue angle of 83.33º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95A37F is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB149163127-
CMYK0.0900.220.36
HSL83.33º16.36%56.86%-
HSV(B)83.33º22.09%63.92%-
XYZ29.3234.1225.12-
YUV154.71112.36123.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 163 (64.06% from 255) = 37.13%
BLUE value IS 127 (50% from 255) = 28.93%
R=33.94%
G=37.13%
B=28.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491631270.0900.220.3683.3316.3656.86
Hex95A37F901624531039
Octal22524317711026441232071
Binary100101011010001111111111001010110100100101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,163,127); }

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

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

 a { background-color: rgb(149,163,127); }

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

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

 span { border-color: rgb(149,163,127); }

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