Html Css Color HEX #959D75 Sage

📋 copy color: '#959D75'

red 149 ◦ green 157 ◦ blue 117

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

Shades of Sage #959D75

Tints of Sage #959D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 35.22%
G = 37.12%
B = 27.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#959D75 (or 0x959D75) is known color: Sage. HEX triplet: 95, 9D and 75. RGB value is (149,157,117). Sum of RGB (Red+Green+Blue) = 149+157+117=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #959D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D75 is #6A628A. Grayscale: #969696. Windows color (decimal): -6972043 or 7708053. OLE color: 7708053.

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

Color convert

RGB 149 157 117 -
CMYK 0.05 0 0.25 0.38
HSL 72º 0.17% 0.54% -
HSV(B) 72º 0.25% 0.62% -
XYZ 27.66 31.79 21.51 -
YUV 150.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 149 157 117 0.05 0 0.25 0.38 72 0.17 0.54
Hex 95 9D 75 5 0 19 26 48 11 36
Octal 225 235 165 5 0 31 46 110 21 66
Binary 10010101 10011101 1110101 101 0 11001 100110 1001000 10001 110110

Color Harmonies of #959D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D75

Black with #959D75

Text Example


Text Example

White with #959D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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