Html Css Color HEX #8EA275 Sage

📋 copy color: '#8EA275'

red 142 ◦ green 162 ◦ blue 117

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

Shades of Sage #8EA275

Tints of Sage #8EA275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

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

R = 33.73%
G = 38.48%
B = 27.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#8EA275 (or 0x8EA275) is known color: Sage. HEX triplet: 8E, A2 and 75. RGB value is (142,162,117). Sum of RGB (Red+Green+Blue) = 142+162+117=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA275 is #715D8A. Grayscale: #979797. Windows color (decimal): -7429515 or 7709326. OLE color: 7709326.

HSL color Cylindrical-coordinate representation of color #8EA275: hue angle of 86.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EA275 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 162 117 -
CMYK 0.12 0 0.28 0.36
HSL 86.67º 0.19% 0.55% -
HSV(B) 86.67º 0.28% 0.64% -
XYZ 27.29 32.88 21.74 -
YUV 150.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 142 162 117 0.12 0 0.28 0.36 86.67 0.19 0.55
Hex 8E A2 75 C 0 1C 24 57 13 37
Octal 216 242 165 14 0 34 44 127 23 67
Binary 10001110 10100010 1110101 1100 0 11100 100100 1010111 10011 110111

Color Harmonies of #8EA275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA275

Black with #8EA275

Text Example


Text Example

White with #8EA275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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