Html Css Color HEX #959B7D Sage

📋 copy color: '#959B7D'

red 149 ◦ green 155 ◦ blue 125

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

Shades of Sage #959B7D

Tints of Sage #959B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 34.73%
G = 36.13%
B = 29.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#959B7D (or 0x959B7D) is known color: Sage. HEX triplet: 95, 9B and 7D. RGB value is (149,155,125). Sum of RGB (Red+Green+Blue) = 149+155+125=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #959B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B7D is #6A6482. Grayscale: #959595. Windows color (decimal): -6972547 or 8231829. OLE color: 8231829.

HSL color Cylindrical-coordinate representation of color #959B7D: hue angle of 72º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #959B7D is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 125 -
CMYK 0.04 0 0.19 0.39
HSL 72º 0.13% 0.55% -
HSV(B) 72º 0.19% 0.61% -
XYZ 27.82 31.31 23.98 -
YUV 149.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 149 155 125 0.04 0 0.19 0.39 72 0.13 0.55
Hex 95 9B 7D 4 0 13 27 48 D 37
Octal 225 233 175 4 0 23 47 110 15 67
Binary 10010101 10011011 1111101 100 0 10011 100111 1001000 1101 110111

Color Harmonies of #959B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B7D

Black with #959B7D

Text Example


Text Example

White with #959B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,155,125); }

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

background-color css

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

 a { background-color: rgb(149,155,125); }

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

border-color css

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

 span { border-color: rgb(149,155,125); }

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