Html Css Color HEX #8E9E7E Sage

📋 copy color: '#8E9E7E'

red 142 ◦ green 158 ◦ blue 126

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

Shades of Sage #8E9E7E

Tints of Sage #8E9E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 126 (49.61% from 255) = 29.58%

R = 33.33%
G = 37.09%
B = 29.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#8E9E7E (or 0x8E9E7E) is known color: Sage. HEX triplet: 8E, 9E and 7E. RGB value is (142,158,126). Sum of RGB (Red+Green+Blue) = 142+158+126=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9E7E is #716181. Grayscale: #959595. Windows color (decimal): -7430530 or 8298126. OLE color: 8298126.

HSL color Cylindrical-coordinate representation of color #8E9E7E: hue angle of 90º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E9E7E is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 158 126 -
CMYK 0.10 0 0.20 0.38
HSL 90º 0.14% 0.56% -
HSV(B) 90º 0.2% 0.62% -
XYZ 27.15 31.71 24.43 -
YUV 149.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 142 158 126 0.10 0 0.20 0.38 90 0.14 0.56
Hex 8E 9E 7E A 0 14 26 5A E 38
Octal 216 236 176 12 0 24 46 132 16 70
Binary 10001110 10011110 1111110 1010 0 10100 100110 1011010 1110 111000

Color Harmonies of #8E9E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9E7E

Black with #8E9E7E

Text Example


Text Example

White with #8E9E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,158,126); }

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

background-color css

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

 a { background-color: rgb(142,158,126); }

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

border-color css

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

 span { border-color: rgb(142,158,126); }

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