Html Css Color HEX #959B7F Sage

📋 copy color: '#959B7F'

red 149 ◦ green 155 ◦ blue 127

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

Shades of Sage #959B7F

Tints of Sage #959B7F

RGB

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

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

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

R = 34.57%
G = 35.96%
B = 29.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#959B7F (or 0x959B7F) is known color: Sage. HEX triplet: 95, 9B and 7F. RGB value is (149,155,127). Sum of RGB (Red+Green+Blue) = 149+155+127=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #959B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B7F is #6A6480. Grayscale: #969696. Windows color (decimal): -6972545 or 8362901. OLE color: 8362901.

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

Color convert

RGB 149 155 127 -
CMYK 0.04 0 0.18 0.39
HSL 72.86º 0.12% 0.55% -
HSV(B) 72.86º 0.18% 0.61% -
XYZ 27.95 31.36 24.66 -
YUV 150.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 149 155 127 0.04 0 0.18 0.39 72.86 0.12 0.55
Hex 95 9B 7F 4 0 12 27 49 C 37
Octal 225 233 177 4 0 22 47 111 14 67
Binary 10010101 10011011 1111111 100 0 10010 100111 1001001 1100 110111

Color Harmonies of #959B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B7F

Black with #959B7F

Text Example


Text Example

White with #959B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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