Html Css Color HEX #959E7D Sage

📋 copy color: '#959E7D'

red 149 ◦ green 158 ◦ blue 125

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

Shades of Sage #959E7D

Tints of Sage #959E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.57%

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

R = 34.49%
G = 36.57%
B = 28.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#959E7D (or 0x959E7D) is known color: Sage. HEX triplet: 95, 9E and 7D. RGB value is (149,158,125). Sum of RGB (Red+Green+Blue) = 149+158+125=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #959E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E7D is #6A6182. Grayscale: #979797. Windows color (decimal): -6971779 or 8232597. OLE color: 8232597.

HSL color Cylindrical-coordinate representation of color #959E7D: hue angle of 76.36º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959E7D is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 158 125 -
CMYK 0.06 0 0.21 0.38
HSL 76.36º 0.15% 0.55% -
HSV(B) 76.36º 0.21% 0.62% -
XYZ 28.32 32.32 24.15 -
YUV 151.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 149 158 125 0.06 0 0.21 0.38 76.36 0.15 0.55
Hex 95 9E 7D 6 0 15 26 4C F 37
Octal 225 236 175 6 0 25 46 114 17 67
Binary 10010101 10011110 1111101 110 0 10101 100110 1001100 1111 110111

Color Harmonies of #959E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E7D

Black with #959E7D

Text Example


Text Example

White with #959E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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