Html Css Color HEX #95A57F Sage

📋 copy color: '#95A57F'

red 149 ◦ green 165 ◦ blue 127

#95A57F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #95A57F

Tints of Sage #95A57F

RGB

 RED value IS 149 (58.59% from 255) = 33.79%

 GREEN value IS 165 (64.84% from 255) = 37.41%

 BLUE value IS 127 (50% from 255) = 28.8%

R = 33.79%
G = 37.41%
B = 28.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#95A57F (or 0x95A57F) is known color: Sage. HEX triplet: 95, A5 and 7F. RGB value is (149,165,127). Sum of RGB (Red+Green+Blue) = 149+165+127=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 165 - color contains mainly: green. Hex color #95A57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A57F is #6A5A80. Grayscale: #9C9C9C. Windows color (decimal): -6969985 or 8365461. OLE color: 8365461.

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

Color convert

RGB 149 165 127 -
CMYK 0.10 0 0.23 0.35
HSL 85.26º 0.17% 0.57% -
HSV(B) 85.26º 0.23% 0.65% -
XYZ 29.68 34.83 25.24 -
YUV 155.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 149 165 127 0.10 0 0.23 0.35 85.26 0.17 0.57
Hex 95 A5 7F A 0 17 23 55 11 39
Octal 225 245 177 12 0 27 43 125 21 71
Binary 10010101 10100101 1111111 1010 0 10111 100011 1010101 10001 111001

Color Harmonies of #95A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A57F

Black with #95A57F

Text Example


Text Example

White with #95A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95A57F;
 }
 .AnyTagClassName
 {
   color: #95A57F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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