#95A376

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

Shades of Sage #95A376

Tints of Sage #95A376

Color information

#95A376 (or 0x95A376) is unknown color: approx Sage. HEX triplet: 95, A3 and 76. RGB value is (149,163,118). Sum of RGB (Red+Green+Blue) = 149+163+118=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #95A376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A376 is #6A5C89. Grayscale: #999999. Windows color (decimal): -6970506 or 7775125. OLE color: 7775125.

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

Color convert

RGB149163118-
CMYK0.0900.280.36
HSL78.67º19.65%55.1%-
HSV(B)78.67º27.61%63.92%-
XYZ28.7633.8922.17-
YUV153.68107.86124.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=34.65%
G=37.91%
B=27.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491631180.0900.280.3678.6719.6555.1
Hex95A376901C244f1437
Octal22524316611034441172467
Binary100101011010001111101101001011100100100100111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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