Html Css Color HEX #959977 Sage

📋 copy color: '#959977'

red 149 ◦ green 153 ◦ blue 119

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

Shades of Sage #959977

Tints of Sage #959977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.34%

 BLUE value IS 119 (46.88% from 255) = 28.27%

R = 35.39%
G = 36.34%
B = 28.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#959977 (or 0x959977) is known color: Sage. HEX triplet: 95, 99 and 77. RGB value is (149,153,119). Sum of RGB (Red+Green+Blue) = 149+153+119=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #959977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959977 is #6A6688. Grayscale: #949494. Windows color (decimal): -6973065 or 7838101. OLE color: 7838101.

HSL color Cylindrical-coordinate representation of color #959977: hue angle of 67.06º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959977 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 119 -
CMYK 0.03 0 0.22 0.4
HSL 67.06º 0.14% 0.53% -
HSV(B) 67.06º 0.22% 0.6% -
XYZ 27.12 30.5 21.91 -
YUV 147.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 149 153 119 0.03 0 0.22 0.4 67.06 0.14 0.53
Hex 95 99 77 3 0 16 28 43 E 35
Octal 225 231 167 3 0 26 50 103 16 65
Binary 10010101 10011001 1110111 11 0 10110 101000 1000011 1110 110101

Color Harmonies of #959977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959977

Black with #959977

Text Example


Text Example

White with #959977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959977; }

 p { color: rgb(149,153,119); }

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

background-color css

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

 a { background-color: rgb(149,153,119); }

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

border-color css

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

 span { border-color: rgb(149,153,119); }

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