Html Css Color HEX #8E9C75 Sage

📋 copy color: '#8E9C75'

red 142 ◦ green 156 ◦ blue 117

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

Shades of Sage #8E9C75

Tints of Sage #8E9C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 34.22%
G = 37.59%
B = 28.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#8E9C75 (or 0x8E9C75) is known color: Sage. HEX triplet: 8E, 9C and 75. RGB value is (142,156,117). Sum of RGB (Red+Green+Blue) = 142+156+117=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9C75 is #71638A. Grayscale: #939393. Windows color (decimal): -7431051 or 7707790. OLE color: 7707790.

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

Color convert

RGB 142 156 117 -
CMYK 0.09 0 0.25 0.39
HSL 81.54º 0.16% 0.54% -
HSV(B) 81.54º 0.25% 0.61% -
XYZ 26.25 30.81 21.39 -
YUV 147.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 142 156 117 0.09 0 0.25 0.39 81.54 0.16 0.54
Hex 8E 9C 75 9 0 19 27 52 10 36
Octal 216 234 165 11 0 31 47 122 20 66
Binary 10001110 10011100 1110101 1001 0 11001 100111 1010010 10000 110110

Color Harmonies of #8E9C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9C75

Black with #8E9C75

Text Example


Text Example

White with #8E9C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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