#95A478

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

Shades of Sage #95A478

Tints of Sage #95A478

Color information

#95A478 (or 0x95A478) is unknown color: approx Sage. HEX triplet: 95, A4 and 78. RGB value is (149,164,120). Sum of RGB (Red+Green+Blue) = 149+164+120=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #95A478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A478 is #6A5B87. Grayscale: #9A9A9A. Windows color (decimal): -6970248 or 7906453. OLE color: 7906453.

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

Color convert

RGB149164120-
CMYK0.0900.270.36
HSL80.45º19.47%55.69%-
HSV(B)80.45º26.83%64.31%-
XYZ29.0634.322.86-
YUV154.5108.53124.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 120 (47.27% from 255) = 27.71%
R=34.41%
G=37.88%
B=27.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641200.0900.270.3680.4519.4755.69
Hex95A478901B24501338
Octal22524417011033441202370
Binary100101011010010011110001001011011100100101000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,164,120); }

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

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

 a { background-color: rgb(149,164,120); }

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

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

 span { border-color: rgb(149,164,120); }

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