Html Css Color HEX #959987 Sage

📋 copy color: '#959987'

red 149 ◦ green 153 ◦ blue 135

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

Shades of Sage #959987

Tints of Sage #959987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.89%

R = 34.1%
G = 35.01%
B = 30.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#959987 (or 0x959987) is known color: Sage. HEX triplet: 95, 99 and 87. RGB value is (149,153,135). Sum of RGB (Red+Green+Blue) = 149+153+135=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #959987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959987 is #6A6678. Grayscale: #959595. Windows color (decimal): -6973049 or 8886677. OLE color: 8886677.

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

Color convert

RGB 149 153 135 -
CMYK 0.03 0 0.12 0.4
HSL 73.33º 0.08% 0.56% -
HSV(B) 73.33º 0.12% 0.6% -
XYZ 28.16 30.92 27.41 -
YUV 149.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 149 153 135 0.03 0 0.12 0.4 73.33 0.08 0.56
Hex 95 99 87 3 0 C 28 49 8 38
Octal 225 231 207 3 0 14 50 111 10 70
Binary 10010101 10011001 10000111 11 0 1100 101000 1001001 1000 111000

Color Harmonies of #959987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959987

Black with #959987

Text Example


Text Example

White with #959987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959987; }

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

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

background-color css

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

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

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

border-color css

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

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

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