Html Css Color HEX #95A173 Sage

📋 copy color: '#95A173'

red 149 ◦ green 161 ◦ blue 115

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

Shades of Sage #95A173

Tints of Sage #95A173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.06%

R = 35.06%
G = 37.88%
B = 27.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#95A173 (or 0x95A173) is known color: Sage. HEX triplet: 95, A1 and 73. RGB value is (149,161,115). Sum of RGB (Red+Green+Blue) = 149+161+115=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #95A173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A173 is #6A5E8C. Grayscale: #989898. Windows color (decimal): -6971021 or 7578005. OLE color: 7578005.

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

Color convert

RGB 149 161 115 -
CMYK 0.07 0 0.29 0.37
HSL 75.65º 0.2% 0.54% -
HSV(B) 75.65º 0.29% 0.63% -
XYZ 28.23 33.12 21.12 -
YUV 152.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 149 161 115 0.07 0 0.29 0.37 75.65 0.2 0.54
Hex 95 A1 73 7 0 1D 25 4C 14 36
Octal 225 241 163 7 0 35 45 114 24 66
Binary 10010101 10100001 1110011 111 0 11101 100101 1001100 10100 110110

Color Harmonies of #95A173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A173

Black with #95A173

Text Example


Text Example

White with #95A173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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