Html Css Color HEX #909580 Sage

📋 copy color: '#909580'

red 144 ◦ green 149 ◦ blue 128

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

Shades of Sage #909580

Tints of Sage #909580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

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

R = 34.2%
G = 35.39%
B = 30.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#909580 (or 0x909580) is known color: Sage. HEX triplet: 90, 95 and 80. RGB value is (144,149,128). Sum of RGB (Red+Green+Blue) = 144+149+128=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #909580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909580 is #6F6A7F. Grayscale: #919191. Windows color (decimal): -7301760 or 8426896. OLE color: 8426896.

HSL color Cylindrical-coordinate representation of color #909580: hue angle of 74.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #909580 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 149 128 -
CMYK 0.03 0 0.14 0.42
HSL 74.29º 0.09% 0.54% -
HSV(B) 74.29º 0.14% 0.58% -
XYZ 26.15 28.98 24.64 -
YUV 145.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 144 149 128 0.03 0 0.14 0.42 74.29 0.09 0.54
Hex 90 95 80 3 0 E 2A 4A 9 36
Octal 220 225 200 3 0 16 52 112 11 66
Binary 10010000 10010101 10000000 11 0 1110 101010 1001010 1001 110110

Color Harmonies of #909580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909580

Black with #909580

Text Example


Text Example

White with #909580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909580; }

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

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

background-color css

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

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

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

border-color css

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

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

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