Html Css Color HEX #95A17B Sage

📋 copy color: '#95A17B'

red 149 ◦ green 161 ◦ blue 123

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

Shades of Sage #95A17B

Tints of Sage #95A17B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.41%

R = 34.41%
G = 37.18%
B = 28.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#95A17B (or 0x95A17B) is known color: Sage. HEX triplet: 95, A1 and 7B. RGB value is (149,161,123). Sum of RGB (Red+Green+Blue) = 149+161+123=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #95A17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A17B is #6A5E84. Grayscale: #999999. Windows color (decimal): -6971013 or 8102293. OLE color: 8102293.

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

Color convert

RGB 149 161 123 -
CMYK 0.07 0 0.24 0.37
HSL 78.95º 0.17% 0.56% -
HSV(B) 78.95º 0.24% 0.63% -
XYZ 28.71 33.31 23.65 -
YUV 153.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 149 161 123 0.07 0 0.24 0.37 78.95 0.17 0.56
Hex 95 A1 7B 7 0 18 25 4F 11 38
Octal 225 241 173 7 0 30 45 117 21 70
Binary 10010101 10100001 1111011 111 0 11000 100101 1001111 10001 111000

Color Harmonies of #95A17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A17B

Black with #95A17B

Text Example


Text Example

White with #95A17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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