Html Css Color HEX #8E9380 Sage

📋 copy color: '#8E9380'

red 142 ◦ green 147 ◦ blue 128

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

Shades of Sage #8E9380

Tints of Sage #8E9380

RGB

 RED value IS 142 (55.86% from 255) = 34.05%

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

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

R = 34.05%
G = 35.25%
B = 30.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#8E9380 (or 0x8E9380) is known color: Sage. HEX triplet: 8E, 93 and 80. RGB value is (142,147,128). Sum of RGB (Red+Green+Blue) = 142+147+128=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9380 is #716C7F. Grayscale: #8F8F8F. Windows color (decimal): -7433344 or 8426382. OLE color: 8426382.

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

Color convert

RGB 142 147 128 -
CMYK 0.03 0 0.13 0.42
HSL 75.79º 0.08% 0.54% -
HSV(B) 75.79º 0.13% 0.58% -
XYZ 25.49 28.18 24.52 -
YUV 143.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 142 147 128 0.03 0 0.13 0.42 75.79 0.08 0.54
Hex 8E 93 80 3 0 D 2A 4C 8 36
Octal 216 223 200 3 0 15 52 114 10 66
Binary 10001110 10010011 10000000 11 0 1101 101010 1001100 1000 110110

Color Harmonies of #8E9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9380

Black with #8E9380

Text Example


Text Example

White with #8E9380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,147,128); }

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

background-color css

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

 a { background-color: rgb(142,147,128); }

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

border-color css

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

 span { border-color: rgb(142,147,128); }

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