Html Css Color HEX #8EA272 Sage

📋 copy color: '#8EA272'

red 142 ◦ green 162 ◦ blue 114

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

Shades of Sage #8EA272

Tints of Sage #8EA272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.27%

R = 33.97%
G = 38.76%
B = 27.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#8EA272 (or 0x8EA272) is known color: Sage. HEX triplet: 8E, A2 and 72. RGB value is (142,162,114). Sum of RGB (Red+Green+Blue) = 142+162+114=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA272 is #715D8D. Grayscale: #969696. Windows color (decimal): -7429518 or 7512718. OLE color: 7512718.

HSL color Cylindrical-coordinate representation of color #8EA272: hue angle of 85º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA272 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 162 114 -
CMYK 0.12 0 0.30 0.36
HSL 85º 0.21% 0.54% -
HSV(B) 85º 0.3% 0.64% -
XYZ 27.11 32.81 20.82 -
YUV 150.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 142 162 114 0.12 0 0.30 0.36 85 0.21 0.54
Hex 8E A2 72 C 0 1E 24 55 15 36
Octal 216 242 162 14 0 36 44 125 25 66
Binary 10001110 10100010 1110010 1100 0 11110 100100 1010101 10101 110110

Color Harmonies of #8EA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA272

Black with #8EA272

Text Example


Text Example

White with #8EA272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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