Html Css Color HEX #959D74 Sage

📋 copy color: '#959D74'

red 149 ◦ green 157 ◦ blue 116

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

Shades of Sage #959D74

Tints of Sage #959D74

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.2%

 BLUE value IS 116 (45.7% from 255) = 27.49%

R = 35.31%
G = 37.2%
B = 27.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#959D74 (or 0x959D74) is known color: Sage. HEX triplet: 95, 9D and 74. RGB value is (149,157,116). Sum of RGB (Red+Green+Blue) = 149+157+116=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #959D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D74 is #6A628B. Grayscale: #969696. Windows color (decimal): -6972044 or 7642517. OLE color: 7642517.

HSL color Cylindrical-coordinate representation of color #959D74: hue angle of 71.71º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #959D74 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 116 -
CMYK 0.05 0 0.26 0.38
HSL 71.71º 0.17% 0.54% -
HSV(B) 71.71º 0.26% 0.62% -
XYZ 27.6 31.76 21.2 -
YUV 149.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 149 157 116 0.05 0 0.26 0.38 71.71 0.17 0.54
Hex 95 9D 74 5 0 1A 26 48 11 36
Octal 225 235 164 5 0 32 46 110 21 66
Binary 10010101 10011101 1110100 101 0 11010 100110 1001000 10001 110110

Color Harmonies of #959D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D74

Black with #959D74

Text Example


Text Example

White with #959D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,157,116); }

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

background-color css

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

 a { background-color: rgb(149,157,116); }

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

border-color css

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

 span { border-color: rgb(149,157,116); }

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