Html Css Color HEX #919677 Sage

📋 copy color: '#919677'

red 145 ◦ green 150 ◦ blue 119

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

Shades of Sage #919677

Tints of Sage #919677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

 BLUE value IS 119 (46.88% from 255) = 28.74%

R = 35.02%
G = 36.23%
B = 28.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#919677 (or 0x919677) is known color: Sage. HEX triplet: 91, 96 and 77. RGB value is (145,150,119). Sum of RGB (Red+Green+Blue) = 145+150+119=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #919677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919677 is #6E6988. Grayscale: #919191. Windows color (decimal): -7235977 or 7837329. OLE color: 7837329.

HSL color Cylindrical-coordinate representation of color #919677: hue angle of 69.68º 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 #919677 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 150 119 -
CMYK 0.03 0 0.21 0.41
HSL 69.68º 0.13% 0.53% -
HSV(B) 69.68º 0.21% 0.59% -
XYZ 25.91 29.16 21.72 -
YUV 144.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 145 150 119 0.03 0 0.21 0.41 69.68 0.13 0.53
Hex 91 96 77 3 0 15 29 46 D 35
Octal 221 226 167 3 0 25 51 106 15 65
Binary 10010001 10010110 1110111 11 0 10101 101001 1000110 1101 110101

Color Harmonies of #919677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919677

Black with #919677

Text Example


Text Example

White with #919677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919677; }

 p { color: rgb(145,150,119); }

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

background-color css

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

 a { background-color: rgb(145,150,119); }

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

border-color css

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

 span { border-color: rgb(145,150,119); }

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