Html Css Color HEX #8E9B6D Sage

📋 copy color: '#8E9B6D'

red 142 ◦ green 155 ◦ blue 109

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

Shades of Sage #8E9B6D

Tints of Sage #8E9B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.18%

 BLUE value IS 109 (42.97% from 255) = 26.85%

R = 34.98%
G = 38.18%
B = 26.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#8E9B6D (or 0x8E9B6D) is known color: Sage. HEX triplet: 8E, 9B and 6D. RGB value is (142,155,109). Sum of RGB (Red+Green+Blue) = 142+155+109=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B6D is #716492. Grayscale: #929292. Windows color (decimal): -7431315 or 7183246. OLE color: 7183246.

HSL color Cylindrical-coordinate representation of color #8E9B6D: hue angle of 76.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9B6D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 155 109 -
CMYK 0.08 0 0.30 0.39
HSL 76.96º 0.19% 0.52% -
HSV(B) 76.96º 0.3% 0.61% -
XYZ 25.64 30.3 18.96 -
YUV 145.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 142 155 109 0.08 0 0.30 0.39 76.96 0.19 0.52
Hex 8E 9B 6D 8 0 1E 27 4D 13 34
Octal 216 233 155 10 0 36 47 115 23 64
Binary 10001110 10011011 1101101 1000 0 11110 100111 1001101 10011 110100

Color Harmonies of #8E9B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9B6D

Black with #8E9B6D

Text Example


Text Example

White with #8E9B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,155,109); }

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

background-color css

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

 a { background-color: rgb(142,155,109); }

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

border-color css

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

 span { border-color: rgb(142,155,109); }

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