Html Css Color HEX #919880 Sage

📋 copy color: '#919880'

red 145 ◦ green 152 ◦ blue 128

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

Shades of Sage #919880

Tints of Sage #919880

RGB

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

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

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

R = 34.12%
G = 35.76%
B = 30.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#919880 (or 0x919880) is known color: Sage. HEX triplet: 91, 98 and 80. RGB value is (145,152,128). Sum of RGB (Red+Green+Blue) = 145+152+128=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #919880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919880 is #6E677F. Grayscale: #939393. Windows color (decimal): -7235456 or 8427665. OLE color: 8427665.

HSL color Cylindrical-coordinate representation of color #919880: hue angle of 77.5º degrees, saturation: 0.1, 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 #919880 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 152 128 -
CMYK 0.05 0 0.16 0.40
HSL 77.5º 0.1% 0.55% -
HSV(B) 77.5º 0.16% 0.6% -
XYZ 26.8 30.03 24.81 -
YUV 147.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 145 152 128 0.05 0 0.16 0.40 77.5 0.1 0.55
Hex 91 98 80 5 0 10 28 4E A 37
Octal 221 230 200 5 0 20 50 116 12 67
Binary 10010001 10011000 10000000 101 0 10000 101000 1001110 1010 110111

Color Harmonies of #919880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919880

Black with #919880

Text Example


Text Example

White with #919880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919880; }

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

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

background-color css

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

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

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

border-color css

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

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

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