Html Css Color HEX #959985 Sage

📋 copy color: '#959985'

red 149 ◦ green 153 ◦ blue 133

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

Shades of Sage #959985

Tints of Sage #959985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 34.25%
G = 35.17%
B = 30.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#959985 (or 0x959985) is known color: Sage. HEX triplet: 95, 99 and 85. RGB value is (149,153,133). Sum of RGB (Red+Green+Blue) = 149+153+133=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #959985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959985 is #6A667A. Grayscale: #959595. Windows color (decimal): -6973051 or 8755605. OLE color: 8755605.

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

Color convert

RGB 149 153 133 -
CMYK 0.03 0 0.13 0.4
HSL 72º 0.09% 0.56% -
HSV(B) 72º 0.13% 0.6% -
XYZ 28.02 30.87 26.67 -
YUV 149.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 149 153 133 0.03 0 0.13 0.4 72 0.09 0.56
Hex 95 99 85 3 0 D 28 48 9 38
Octal 225 231 205 3 0 15 50 110 11 70
Binary 10010101 10011001 10000101 11 0 1101 101000 1001000 1001 111000

Color Harmonies of #959985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959985

Black with #959985

Text Example


Text Example

White with #959985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959985; }

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

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

background-color css

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

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

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

border-color css

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

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

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