Html Css Color HEX #8C9180 Sage

📋 copy color: '#8C9180'

red 140 ◦ green 145 ◦ blue 128

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

Shades of Sage #8C9180

Tints of Sage #8C9180

RGB

 RED value IS 140 (55.08% from 255) = 33.9%

 GREEN value IS 145 (57.03% from 255) = 35.11%

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

R = 33.9%
G = 35.11%
B = 30.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#8C9180 (or 0x8C9180) is known color: Sage. HEX triplet: 8C, 91 and 80. RGB value is (140,145,128). Sum of RGB (Red+Green+Blue) = 140+145+128=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9180 is #736E7F. Grayscale: #8D8D8D. Windows color (decimal): -7564928 or 8425868. OLE color: 8425868.

HSL color Cylindrical-coordinate representation of color #8C9180: hue angle of 77.65º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9180 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 145 128 -
CMYK 0.03 0 0.12 0.43
HSL 77.65º 0.07% 0.54% -
HSV(B) 77.65º 0.12% 0.57% -
XYZ 24.84 27.38 24.4 -
YUV 141.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 140 145 128 0.03 0 0.12 0.43 77.65 0.07 0.54
Hex 8C 91 80 3 0 C 2B 4E 7 36
Octal 214 221 200 3 0 14 53 116 7 66
Binary 10001100 10010001 10000000 11 0 1100 101011 1001110 111 110110

Color Harmonies of #8C9180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9180

Black with #8C9180

Text Example


Text Example

White with #8C9180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9180; }

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

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

background-color css

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

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

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

border-color css

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

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

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