Html Css Color HEX #8EA279 Olivine

📋 copy color: '#8EA279'

red 142 ◦ green 162 ◦ blue 121

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

Shades of Olivine #8EA279

Tints of Olivine #8EA279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.47%

R = 33.41%
G = 38.12%
B = 28.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#8EA279 (or 0x8EA279) is known color: Olivine. HEX triplet: 8E, A2 and 79. RGB value is (142,162,121). Sum of RGB (Red+Green+Blue) = 142+162+121=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA279 is #715D86. Grayscale: #979797. Windows color (decimal): -7429511 or 7971470. OLE color: 7971470.

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

Color convert

RGB 142 162 121 -
CMYK 0.12 0 0.25 0.36
HSL 89.27º 0.18% 0.55% -
HSV(B) 89.27º 0.25% 0.64% -
XYZ 27.53 32.97 23 -
YUV 151.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 142 162 121 0.12 0 0.25 0.36 89.27 0.18 0.55
Hex 8E A2 79 C 0 19 24 59 12 37
Octal 216 242 171 14 0 31 44 131 22 67
Binary 10001110 10100010 1111001 1100 0 11001 100100 1011001 10010 110111

Color Harmonies of #8EA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA279

Black with #8EA279

Text Example


Text Example

White with #8EA279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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