Html Css Color HEX #919879 Sage

📋 copy color: '#919879'

red 145 ◦ green 152 ◦ blue 121

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

Shades of Sage #919879

Tints of Sage #919879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 34.69%
G = 36.36%
B = 28.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#919879 (or 0x919879) is known color: Sage. HEX triplet: 91, 98 and 79. RGB value is (145,152,121). Sum of RGB (Red+Green+Blue) = 145+152+121=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #919879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919879 is #6E6786. Grayscale: #929292. Windows color (decimal): -7235463 or 7968913. OLE color: 7968913.

HSL color Cylindrical-coordinate representation of color #919879: hue angle of 73.55º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #919879 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 152 121 -
CMYK 0.05 0 0.20 0.40
HSL 73.55º 0.13% 0.54% -
HSV(B) 73.55º 0.2% 0.6% -
XYZ 26.36 29.86 22.46 -
YUV 146.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 145 152 121 0.05 0 0.20 0.40 73.55 0.13 0.54
Hex 91 98 79 5 0 14 28 4A D 36
Octal 221 230 171 5 0 24 50 112 15 66
Binary 10010001 10011000 1111001 101 0 10100 101000 1001010 1101 110110

Color Harmonies of #919879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919879

Black with #919879

Text Example


Text Example

White with #919879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919879; }

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

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

background-color css

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

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

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

border-color css

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

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

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