Html Css Color HEX #919E79 Sage

📋 copy color: '#919E79'

red 145 ◦ green 158 ◦ blue 121

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

Shades of Sage #919E79

Tints of Sage #919E79

RGB

 RED value IS 145 (57.03% from 255) = 34.2%

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

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

R = 34.2%
G = 37.26%
B = 28.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#919E79 (or 0x919E79) is known color: Sage. HEX triplet: 91, 9E and 79. RGB value is (145,158,121). Sum of RGB (Red+Green+Blue) = 145+158+121=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 158 - color contains mainly: green. Hex color #919E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E79 is #6E6186. Grayscale: #969696. Windows color (decimal): -7233927 or 7970449. OLE color: 7970449.

HSL color Cylindrical-coordinate representation of color #919E79: hue angle of 81.08º 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 #919E79 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 158 121 -
CMYK 0.08 0 0.23 0.38
HSL 81.08º 0.16% 0.55% -
HSV(B) 81.08º 0.23% 0.62% -
XYZ 27.36 31.85 22.8 -
YUV 149.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 145 158 121 0.08 0 0.23 0.38 81.08 0.16 0.55
Hex 91 9E 79 8 0 17 26 51 10 37
Octal 221 236 171 10 0 27 46 121 20 67
Binary 10010001 10011110 1111001 1000 0 10111 100110 1010001 10000 110111

Color Harmonies of #919E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919E79

Black with #919E79

Text Example


Text Example

White with #919E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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