#95A07C

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

Shades of Sage #95A07C

Tints of Sage #95A07C

Color information

#95A07C (or 0x95A07C) is unknown color: approx Sage. HEX triplet: 95, A0 and 7C. RGB value is (149,160,124). Sum of RGB (Red+Green+Blue) = 149+160+124=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #95A07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A07C is #6A5F83. Grayscale: #989898. Windows color (decimal): -6971268 or 8167573. OLE color: 8167573.

HSL color Cylindrical-coordinate representation of color #95A07C: hue angle of 78.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95A07C is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB149160124-
CMYK0.0700.220.37
HSL78.33º15.93%55.69%-
HSV(B)78.33º22.5%62.75%-
XYZ28.632.9923.93-
YUV152.61111.86125.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=34.41%
G=36.95%
B=28.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491601240.0700.220.3778.3315.9355.69
Hex95A07C7016254e1038
Octal2252401747026451162070
Binary10010101101000001111100111010110100101100111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,160,124); }

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

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

 a { background-color: rgb(149,160,124); }

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

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

 span { border-color: rgb(149,160,124); }

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