Html Css Color HEX #95A776 Sage

📋 copy color: '#95A776'

red 149 ◦ green 167 ◦ blue 118

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

Shades of Sage #95A776

Tints of Sage #95A776

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.48%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 34.33%
G = 38.48%
B = 27.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#95A776 (or 0x95A776) is known color: Sage. HEX triplet: 95, A7 and 76. RGB value is (149,167,118). Sum of RGB (Red+Green+Blue) = 149+167+118=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #95A776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A776 is #6A5889. Grayscale: #9C9C9C. Windows color (decimal): -6969482 or 7776149. OLE color: 7776149.

HSL color Cylindrical-coordinate representation of color #95A776: hue angle of 82.04º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A776 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 167 118 -
CMYK 0.11 0 0.29 0.35
HSL 82.04º 0.22% 0.56% -
HSV(B) 82.04º 0.29% 0.65% -
XYZ 29.48 35.34 22.41 -
YUV 156.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 149 167 118 0.11 0 0.29 0.35 82.04 0.22 0.56
Hex 95 A7 76 B 0 1D 23 52 16 38
Octal 225 247 166 13 0 35 43 122 26 70
Binary 10010101 10100111 1110110 1011 0 11101 100011 1010010 10110 111000

Color Harmonies of #95A776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A776

Black with #95A776

Text Example


Text Example

White with #95A776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,167,118); }

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

background-color css

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

 a { background-color: rgb(149,167,118); }

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

border-color css

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

 span { border-color: rgb(149,167,118); }

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