Html Css Color HEX #959A74 Sage

📋 copy color: '#959A74'

red 149 ◦ green 154 ◦ blue 116

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

Shades of Sage #959A74

Tints of Sage #959A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

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

R = 35.56%
G = 36.75%
B = 27.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#959A74 (or 0x959A74) is known color: Sage. HEX triplet: 95, 9A and 74. RGB value is (149,154,116). Sum of RGB (Red+Green+Blue) = 149+154+116=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #959A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A74 is #6A658B. Grayscale: #949494. Windows color (decimal): -6972812 or 7641749. OLE color: 7641749.

HSL color Cylindrical-coordinate representation of color #959A74: hue angle of 67.89º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959A74 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 116 -
CMYK 0.03 0 0.25 0.40
HSL 67.89º 0.16% 0.53% -
HSV(B) 67.89º 0.25% 0.6% -
XYZ 27.1 30.76 21.03 -
YUV 148.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 149 154 116 0.03 0 0.25 0.40 67.89 0.16 0.53
Hex 95 9A 74 3 0 19 28 44 10 35
Octal 225 232 164 3 0 31 50 104 20 65
Binary 10010101 10011010 1110100 11 0 11001 101000 1000100 10000 110101

Color Harmonies of #959A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A74

Black with #959A74

Text Example


Text Example

White with #959A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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