#95A66F

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

Shades of Sage #95A66F

Tints of Sage #95A66F

Color information

#95A66F (or 0x95A66F) is unknown color: approx Sage. HEX triplet: 95, A6 and 6F. RGB value is (149,166,111). Sum of RGB (Red+Green+Blue) = 149+166+111=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #95A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A66F is #6A5990. Grayscale: #9A9A9A. Windows color (decimal): -6969745 or 7317141. OLE color: 7317141.

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

Color convert

RGB149166111-
CMYK0.1000.330.35
HSL78.55º23.61%54.31%-
HSV(B)78.55º33.13%65.1%-
XYZ28.934.8120.23-
YUV154.65103.37123.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=34.98%
G=38.97%
B=26.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491661110.1000.330.3578.5523.6154.31
Hex95A66FA021234f1836
Octal22524615712041431173066
Binary1001010110100110110111110100100001100011100111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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