Html Css Color HEX #959C7F Sage

📋 copy color: '#959C7F'

red 149 ◦ green 156 ◦ blue 127

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

Shades of Sage #959C7F

Tints of Sage #959C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.11%

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

R = 34.49%
G = 36.11%
B = 29.4%

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

#959C7F (or 0x959C7F) is known color: Sage. HEX triplet: 95, 9C and 7F. RGB value is (149,156,127). Sum of RGB (Red+Green+Blue) = 149+156+127=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #959C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C7F is #6A6380. Grayscale: #969696. Windows color (decimal): -6972289 or 8363157. OLE color: 8363157.

HSL color Cylindrical-coordinate representation of color #959C7F: hue angle of 74.48º 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 #959C7F is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 156 127 -
CMYK 0.04 0 0.19 0.39
HSL 74.48º 0.13% 0.55% -
HSV(B) 74.48º 0.19% 0.61% -
XYZ 28.11 31.7 24.72 -
YUV 150.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 149 156 127 0.04 0 0.19 0.39 74.48 0.13 0.55
Hex 95 9C 7F 4 0 13 27 4A D 37
Octal 225 234 177 4 0 23 47 112 15 67
Binary 10010101 10011100 1111111 100 0 10011 100111 1001010 1101 110111

Color Harmonies of #959C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959C7F

Black with #959C7F

Text Example


Text Example

White with #959C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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