Html Css Color HEX #8C9381 Sage

📋 copy color: '#8C9381'

red 140 ◦ green 147 ◦ blue 129

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

Shades of Sage #8C9381

Tints of Sage #8C9381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

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

R = 33.65%
G = 35.34%
B = 31.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#8C9381 (or 0x8C9381) is known color: Sage. HEX triplet: 8C, 93 and 81. RGB value is (140,147,129). Sum of RGB (Red+Green+Blue) = 140+147+129=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9381 is #736C7E. Grayscale: #8E8E8E. Windows color (decimal): -7564415 or 8491916. OLE color: 8491916.

HSL color Cylindrical-coordinate representation of color #8C9381: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9381 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 147 129 -
CMYK 0.05 0 0.12 0.42
HSL 83.33º 0.08% 0.54% -
HSV(B) 83.33º 0.12% 0.58% -
XYZ 25.21 28.03 24.85 -
YUV 142.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 140 147 129 0.05 0 0.12 0.42 83.33 0.08 0.54
Hex 8C 93 81 5 0 C 2A 53 8 36
Octal 214 223 201 5 0 14 52 123 10 66
Binary 10001100 10010011 10000001 101 0 1100 101010 1010011 1000 110110

Color Harmonies of #8C9381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9381

Black with #8C9381

Text Example


Text Example

White with #8C9381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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