Html Css Color HEX #959B73 Sage

📋 copy color: '#959B73'

red 149 ◦ green 155 ◦ blue 115

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

Shades of Sage #959B73

Tints of Sage #959B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 35.56%
G = 36.99%
B = 27.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#959B73 (or 0x959B73) is known color: Sage. HEX triplet: 95, 9B and 73. RGB value is (149,155,115). Sum of RGB (Red+Green+Blue) = 149+155+115=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #959B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B73 is #6A648C. Grayscale: #949494. Windows color (decimal): -6972557 or 7576469. OLE color: 7576469.

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

Color convert

RGB 149 155 115 -
CMYK 0.04 0 0.26 0.39
HSL 69º 0.17% 0.53% -
HSV(B) 69º 0.26% 0.61% -
XYZ 27.21 31.07 20.78 -
YUV 148.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 149 155 115 0.04 0 0.26 0.39 69 0.17 0.53
Hex 95 9B 73 4 0 1A 27 45 11 35
Octal 225 233 163 4 0 32 47 105 21 65
Binary 10010101 10011011 1110011 100 0 11010 100111 1000101 10001 110101

Color Harmonies of #959B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B73

Black with #959B73

Text Example


Text Example

White with #959B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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