Html Css Color HEX #919479 Sage

📋 copy color: '#919479'

red 145 ◦ green 148 ◦ blue 121

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

Shades of Sage #919479

Tints of Sage #919479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.75%

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

R = 35.02%
G = 35.75%
B = 29.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#919479 (or 0x919479) is known color: Sage. HEX triplet: 91, 94 and 79. RGB value is (145,148,121). Sum of RGB (Red+Green+Blue) = 145+148+121=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #919479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919479 is #6E6B86. Grayscale: #909090. Windows color (decimal): -7236487 or 7967889. OLE color: 7967889.

HSL color Cylindrical-coordinate representation of color #919479: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #919479 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 148 121 -
CMYK 0.02 0 0.18 0.42
HSL 66.67º 0.11% 0.53% -
HSV(B) 66.67º 0.18% 0.58% -
XYZ 25.72 28.58 22.25 -
YUV 144.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 145 148 121 0.02 0 0.18 0.42 66.67 0.11 0.53
Hex 91 94 79 2 0 12 2A 43 B 35
Octal 221 224 171 2 0 22 52 103 13 65
Binary 10010001 10010100 1111001 10 0 10010 101010 1000011 1011 110101

Color Harmonies of #919479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919479

Black with #919479

Text Example


Text Example

White with #919479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919479; }

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

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

background-color css

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

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

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

border-color css

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

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

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