Html Css Color HEX #959A81 Sage

📋 copy color: '#959A81'

red 149 ◦ green 154 ◦ blue 129

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

Shades of Sage #959A81

Tints of Sage #959A81

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.65%

 BLUE value IS 129 (50.78% from 255) = 29.86%

R = 34.49%
G = 35.65%
B = 29.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#959A81 (or 0x959A81) is known color: Sage. HEX triplet: 95, 9A and 81. RGB value is (149,154,129). Sum of RGB (Red+Green+Blue) = 149+154+129=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 154 - color contains mainly: green. Hex color #959A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A81 is #6A657E. Grayscale: #959595. Windows color (decimal): -6972799 or 8493717. OLE color: 8493717.

HSL color Cylindrical-coordinate representation of color #959A81: hue angle of 72º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #959A81 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 129 -
CMYK 0.03 0 0.16 0.40
HSL 72º 0.11% 0.55% -
HSV(B) 72º 0.16% 0.6% -
XYZ 27.91 31.09 25.3 -
YUV 149.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 149 154 129 0.03 0 0.16 0.40 72 0.11 0.55
Hex 95 9A 81 3 0 10 28 48 B 37
Octal 225 232 201 3 0 20 50 110 13 67
Binary 10010101 10011010 10000001 11 0 10000 101000 1001000 1011 110111

Color Harmonies of #959A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A81

Black with #959A81

Text Example


Text Example

White with #959A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959A81; }

 p { color: rgb(149,154,129); }

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

background-color css

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

 a { background-color: rgb(149,154,129); }

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

border-color css

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

 span { border-color: rgb(149,154,129); }

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