Html Css Color HEX #8C9181 Sage

📋 copy color: '#8C9181'

red 140 ◦ green 145 ◦ blue 129

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

Shades of Sage #8C9181

Tints of Sage #8C9181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.16%

R = 33.82%
G = 35.02%
B = 31.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#8C9181 (or 0x8C9181) is known color: Sage. HEX triplet: 8C, 91 and 81. RGB value is (140,145,129). Sum of RGB (Red+Green+Blue) = 140+145+129=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9181 is #736E7E. Grayscale: #8D8D8D. Windows color (decimal): -7564927 or 8491404. OLE color: 8491404.

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

Color convert

RGB 140 145 129 -
CMYK 0.03 0 0.11 0.43
HSL 78.75º 0.07% 0.54% -
HSV(B) 78.75º 0.11% 0.57% -
XYZ 24.9 27.41 24.75 -
YUV 141.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 140 145 129 0.03 0 0.11 0.43 78.75 0.07 0.54
Hex 8C 91 81 3 0 B 2B 4F 7 36
Octal 214 221 201 3 0 13 53 117 7 66
Binary 10001100 10010001 10000001 11 0 1011 101011 1001111 111 110110

Color Harmonies of #8C9181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9181

Black with #8C9181

Text Example


Text Example

White with #8C9181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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