Html Css Color HEX #959F7F Sage

📋 copy color: '#959F7F'

red 149 ◦ green 159 ◦ blue 127

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

Shades of Sage #959F7F

Tints of Sage #959F7F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.55%

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

R = 34.25%
G = 36.55%
B = 29.2%

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

#959F7F (or 0x959F7F) is known color: Sage. HEX triplet: 95, 9F and 7F. RGB value is (149,159,127). Sum of RGB (Red+Green+Blue) = 149+159+127=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #959F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959F7F is #6A6080. Grayscale: #989898. Windows color (decimal): -6971521 or 8363925. OLE color: 8363925.

HSL color Cylindrical-coordinate representation of color #959F7F: hue angle of 78.75º 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 #959F7F is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 159 127 -
CMYK 0.06 0 0.20 0.38
HSL 78.75º 0.14% 0.56% -
HSV(B) 78.75º 0.2% 0.62% -
XYZ 28.62 32.72 24.89 -
YUV 152.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 149 159 127 0.06 0 0.20 0.38 78.75 0.14 0.56
Hex 95 9F 7F 6 0 14 26 4F E 38
Octal 225 237 177 6 0 24 46 117 16 70
Binary 10010101 10011111 1111111 110 0 10100 100110 1001111 1110 111000

Color Harmonies of #959F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F7F

Black with #959F7F

Text Example


Text Example

White with #959F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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