Html Css Color HEX #919778 Sage

📋 copy color: '#919778'

red 145 ◦ green 151 ◦ blue 120

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

Shades of Sage #919778

Tints of Sage #919778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.3%

 BLUE value IS 120 (47.27% from 255) = 28.85%

R = 34.86%
G = 36.3%
B = 28.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#919778 (or 0x919778) is known color: Sage. HEX triplet: 91, 97 and 78. RGB value is (145,151,120). Sum of RGB (Red+Green+Blue) = 145+151+120=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #919778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919778 is #6E6887. Grayscale: #919191. Windows color (decimal): -7235720 or 7903121. OLE color: 7903121.

HSL color Cylindrical-coordinate representation of color #919778: hue angle of 71.61º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #919778 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 151 120 -
CMYK 0.04 0 0.21 0.41
HSL 71.61º 0.13% 0.53% -
HSV(B) 71.61º 0.21% 0.59% -
XYZ 26.13 29.51 22.09 -
YUV 145.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 145 151 120 0.04 0 0.21 0.41 71.61 0.13 0.53
Hex 91 97 78 4 0 15 29 48 D 35
Octal 221 227 170 4 0 25 51 110 15 65
Binary 10010001 10010111 1111000 100 0 10101 101001 1001000 1101 110101

Color Harmonies of #919778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919778

Black with #919778

Text Example


Text Example

White with #919778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919778; }

 p { color: rgb(145,151,120); }

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

background-color css

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

 a { background-color: rgb(145,151,120); }

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

border-color css

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

 span { border-color: rgb(145,151,120); }

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