Html Css Color HEX #909C80 Sage

📋 copy color: '#909C80'

red 144 ◦ green 156 ◦ blue 128

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

Shades of Sage #909C80

Tints of Sage #909C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.45%

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

R = 33.64%
G = 36.45%
B = 29.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#909C80 (or 0x909C80) is known color: Sage. HEX triplet: 90, 9C and 80. RGB value is (144,156,128). Sum of RGB (Red+Green+Blue) = 144+156+128=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 156 - color contains mainly: green. Hex color #909C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909C80 is #6F637F. Grayscale: #959595. Windows color (decimal): -7299968 or 8428688. OLE color: 8428688.

HSL color Cylindrical-coordinate representation of color #909C80: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #909C80 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 156 128 -
CMYK 0.08 0 0.18 0.39
HSL 85.71º 0.12% 0.56% -
HSV(B) 85.71º 0.18% 0.61% -
XYZ 27.29 31.26 25.02 -
YUV 149.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 144 156 128 0.08 0 0.18 0.39 85.71 0.12 0.56
Hex 90 9C 80 8 0 12 27 56 C 38
Octal 220 234 200 10 0 22 47 126 14 70
Binary 10010000 10011100 10000000 1000 0 10010 100111 1010110 1100 111000

Color Harmonies of #909C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909C80

Black with #909C80

Text Example


Text Example

White with #909C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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