#95A27F

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

Shades of Sage #95A27F

Tints of Sage #95A27F

Color information

#95A27F (or 0x95A27F) is unknown color: approx Sage. HEX triplet: 95, A2 and 7F. RGB value is (149,162,127). Sum of RGB (Red+Green+Blue) = 149+162+127=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #95A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A27F is #6A5D80. Grayscale: #9A9A9A. Windows color (decimal): -6970753 or 8364693. OLE color: 8364693.

HSL color Cylindrical-coordinate representation of color #95A27F: hue angle of 82.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95A27F is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB149162127-
CMYK0.0800.220.36
HSL82.29º15.84%56.67%-
HSV(B)82.29º21.6%63.53%-
XYZ29.1533.7625.06-
YUV154.12112.69124.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 127 (50% from 255) = 29.00%
R=34.02%
G=36.99%
B=29.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491621270.0800.220.3682.2915.8456.67
Hex95A27F801624521039
Octal22524217710026441222071
Binary100101011010001011111111000010110100100101001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,162,127); }

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

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

 a { background-color: rgb(149,162,127); }

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

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

 span { border-color: rgb(149,162,127); }

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