Html Css Color HEX #95A17F Sage

📋 copy color: '#95A17F'

red 149 ◦ green 161 ◦ blue 127

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

Shades of Sage #95A17F

Tints of Sage #95A17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

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

R = 34.1%
G = 36.84%
B = 29.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#95A17F (or 0x95A17F) is known color: Sage. HEX triplet: 95, A1 and 7F. RGB value is (149,161,127). Sum of RGB (Red+Green+Blue) = 149+161+127=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #95A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A17F is #6A5E80. Grayscale: #999999. Windows color (decimal): -6971009 or 8364437. OLE color: 8364437.

HSL color Cylindrical-coordinate representation of color #95A17F: hue angle of 81.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95A17F is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 161 127 -
CMYK 0.07 0 0.21 0.37
HSL 81.18º 0.15% 0.56% -
HSV(B) 81.18º 0.21% 0.63% -
XYZ 28.97 33.41 25 -
YUV 153.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 149 161 127 0.07 0 0.21 0.37 81.18 0.15 0.56
Hex 95 A1 7F 7 0 15 25 51 F 38
Octal 225 241 177 7 0 25 45 121 17 70
Binary 10010101 10100001 1111111 111 0 10101 100101 1010001 1111 111000

Color Harmonies of #95A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A17F

Black with #95A17F

Text Example


Text Example

White with #95A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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