#95A272

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

Shades of Sage #95A272

Tints of Sage #95A272

Color information

#95A272 (or 0x95A272) is unknown color: approx Sage. HEX triplet: 95, A2 and 72. RGB value is (149,162,114). Sum of RGB (Red+Green+Blue) = 149+162+114=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #95A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A272 is #6A5D8D. Grayscale: #989898. Windows color (decimal): -6970766 or 7512725. OLE color: 7512725.

HSL color Cylindrical-coordinate representation of color #95A272: hue angle of 76.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95A272 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB149162114-
CMYK0.0800.300.36
HSL76.25º20.51%54.12%-
HSV(B)76.25º29.63%63.53%-
XYZ28.3533.4520.88-
YUV152.64106.19125.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=35.06%
G=38.12%
B=26.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491621140.0800.300.3676.2520.5154.12
Hex95A272801E244c1536
Octal22524216210036441142566
Binary100101011010001011100101000011110100100100110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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