Html Css Color HEX #959E7F Sage

📋 copy color: '#959E7F'

red 149 ◦ green 158 ◦ blue 127

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

Shades of Sage #959E7F

Tints of Sage #959E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 34.33%
G = 36.41%
B = 29.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#959E7F (or 0x959E7F) is known color: Sage. HEX triplet: 95, 9E and 7F. RGB value is (149,158,127). Sum of RGB (Red+Green+Blue) = 149+158+127=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #959E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E7F is #6A6180. Grayscale: #979797. Windows color (decimal): -6971777 or 8363669. OLE color: 8363669.

HSL color Cylindrical-coordinate representation of color #959E7F: hue angle of 77.42º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959E7F is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 158 127 -
CMYK 0.06 0 0.20 0.38
HSL 77.42º 0.14% 0.56% -
HSV(B) 77.42º 0.2% 0.62% -
XYZ 28.45 32.38 24.83 -
YUV 151.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 149 158 127 0.06 0 0.20 0.38 77.42 0.14 0.56
Hex 95 9E 7F 6 0 14 26 4D E 38
Octal 225 236 177 6 0 24 46 115 16 70
Binary 10010101 10011110 1111111 110 0 10100 100110 1001101 1110 111000

Color Harmonies of #959E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E7F

Black with #959E7F

Text Example


Text Example

White with #959E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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