Html Css Color HEX #919980 Sage

📋 copy color: '#919980'

red 145 ◦ green 153 ◦ blue 128

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

Shades of Sage #919980

Tints of Sage #919980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.92%

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 34.04%
G = 35.92%
B = 30.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#919980 (or 0x919980) is known color: Sage. HEX triplet: 91, 99 and 80. RGB value is (145,153,128). Sum of RGB (Red+Green+Blue) = 145+153+128=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #919980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919980 is #6E667F. Grayscale: #939393. Windows color (decimal): -7235200 or 8427921. OLE color: 8427921.

HSL color Cylindrical-coordinate representation of color #919980: hue angle of 79.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #919980 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 128 -
CMYK 0.05 0 0.16 0.4
HSL 79.2º 0.11% 0.55% -
HSV(B) 79.2º 0.16% 0.6% -
XYZ 26.96 30.36 24.86 -
YUV 147.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 145 153 128 0.05 0 0.16 0.4 79.2 0.11 0.55
Hex 91 99 80 5 0 10 28 4F B 37
Octal 221 231 200 5 0 20 50 117 13 67
Binary 10010001 10011001 10000000 101 0 10000 101000 1001111 1011 110111

Color Harmonies of #919980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919980

Black with #919980

Text Example


Text Example

White with #919980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919980; }

 p { color: rgb(145,153,128); }

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

background-color css

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

 a { background-color: rgb(145,153,128); }

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

border-color css

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

 span { border-color: rgb(145,153,128); }

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