Html Css Color HEX #8E9C7A Sage

📋 copy color: '#8E9C7A'

red 142 ◦ green 156 ◦ blue 122

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

Shades of Sage #8E9C7A

Tints of Sage #8E9C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.14%

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 33.81%
G = 37.14%
B = 29.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#8E9C7A (or 0x8E9C7A) is known color: Sage. HEX triplet: 8E, 9C and 7A. RGB value is (142,156,122). Sum of RGB (Red+Green+Blue) = 142+156+122=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9C7A is #716385. Grayscale: #949494. Windows color (decimal): -7431046 or 8035470. OLE color: 8035470.

HSL color Cylindrical-coordinate representation of color #8E9C7A: hue angle of 84.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E9C7A is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 156 122 -
CMYK 0.09 0 0.22 0.39
HSL 84.71º 0.15% 0.55% -
HSV(B) 84.71º 0.22% 0.61% -
XYZ 26.56 30.93 22.98 -
YUV 147.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 142 156 122 0.09 0 0.22 0.39 84.71 0.15 0.55
Hex 8E 9C 7A 9 0 16 27 55 F 37
Octal 216 234 172 11 0 26 47 125 17 67
Binary 10001110 10011100 1111010 1001 0 10110 100111 1010101 1111 110111

Color Harmonies of #8E9C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9C7A

Black with #8E9C7A

Text Example


Text Example

White with #8E9C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,156,122); }

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

background-color css

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

 a { background-color: rgb(142,156,122); }

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

border-color css

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

 span { border-color: rgb(142,156,122); }

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