Html Css Color HEX #909880 Sage

📋 copy color: '#909880'

red 144 ◦ green 152 ◦ blue 128

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

Shades of Sage #909880

Tints of Sage #909880

RGB

 RED value IS 144 (56.64% from 255) = 33.96%

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

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

R = 33.96%
G = 35.85%
B = 30.19%

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

#909880 (or 0x909880) is known color: Sage. HEX triplet: 90, 98 and 80. RGB value is (144,152,128). Sum of RGB (Red+Green+Blue) = 144+152+128=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 152 - color contains mainly: green. Hex color #909880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909880 is #6F677F. Grayscale: #929292. Windows color (decimal): -7300992 or 8427664. OLE color: 8427664.

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

Color convert

RGB 144 152 128 -
CMYK 0.05 0 0.16 0.40
HSL 80º 0.1% 0.55% -
HSV(B) 80º 0.16% 0.6% -
XYZ 26.63 29.94 24.8 -
YUV 146.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 144 152 128 0.05 0 0.16 0.40 80 0.1 0.55
Hex 90 98 80 5 0 10 28 50 A 37
Octal 220 230 200 5 0 20 50 120 12 67
Binary 10010000 10011000 10000000 101 0 10000 101000 1010000 1010 110111

Color Harmonies of #909880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909880

Black with #909880

Text Example


Text Example

White with #909880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909880; }

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

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

background-color css

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

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

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

border-color css

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

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

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