Html Css Color HEX #949E79 Sage

📋 copy color: '#949E79'

red 148 ◦ green 158 ◦ blue 121

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

Shades of Sage #949E79

Tints of Sage #949E79

RGB

 RED value IS 148 (58.2% from 255) = 34.66%

 GREEN value IS 158 (62.11% from 255) = 37%

 BLUE value IS 121 (47.66% from 255) = 28.34%

R = 34.66%
G = 37%
B = 28.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#949E79 (or 0x949E79) is known color: Sage. HEX triplet: 94, 9E and 79. RGB value is (148,158,121). Sum of RGB (Red+Green+Blue) = 148+158+121=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 158 - color contains mainly: green. Hex color #949E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E79 is #6B6186. Grayscale: #969696. Windows color (decimal): -7037319 or 7970452. OLE color: 7970452.

HSL color Cylindrical-coordinate representation of color #949E79: hue angle of 76.22º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949E79 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 121 -
CMYK 0.06 0 0.23 0.38
HSL 76.22º 0.16% 0.55% -
HSV(B) 76.22º 0.23% 0.62% -
XYZ 27.89 32.13 22.82 -
YUV 150.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 148 158 121 0.06 0 0.23 0.38 76.22 0.16 0.55
Hex 94 9E 79 6 0 17 26 4C 10 37
Octal 224 236 171 6 0 27 46 114 20 67
Binary 10010100 10011110 1111001 110 0 10111 100110 1001100 10000 110111

Color Harmonies of #949E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E79

Black with #949E79

Text Example


Text Example

White with #949E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949E79; }

 p { color: rgb(148,158,121); }

 H1.HeaderClassName
 {
   color: #949E79;
 }
 .AnyTagClassName
 {
   color: #949E79;
 }
</style>

background-color css

<style>
 a { background-color: #949E79; }

 a { background-color: rgb(148,158,121); }

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

border-color css

<style>
 span { border-color: #949E79; }

 span { border-color: rgb(148,158,121); }

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