#95A676

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

Shades of Sage #95A676

Tints of Sage #95A676

Color information

#95A676 (or 0x95A676) is unknown color: approx Sage. HEX triplet: 95, A6 and 76. RGB value is (149,166,118). Sum of RGB (Red+Green+Blue) = 149+166+118=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #95A676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A676 is #6A5989. Grayscale: #9B9B9B. Windows color (decimal): -6969738 or 7775893. OLE color: 7775893.

HSL color Cylindrical-coordinate representation of color #95A676: hue angle of 81.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A676 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB149166118-
CMYK0.1000.290.35
HSL81.25º21.24%55.69%-
HSV(B)81.25º28.92%65.1%-
XYZ29.334.9722.35-
YUV155.44106.87123.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=34.41%
G=38.34%
B=27.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491661180.1000.290.3581.2521.2455.69
Hex95A676A01D23511538
Octal22524616612035431212570
Binary100101011010011011101101010011101100011101000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,166,118); }

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

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

 a { background-color: rgb(149,166,118); }

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

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

 span { border-color: rgb(149,166,118); }

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