Html Css Color HEX #8EA479 Olivine

📋 copy color: '#8EA479'

red 142 ◦ green 164 ◦ blue 121

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

Shades of Olivine #8EA479

Tints of Olivine #8EA479

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

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

R = 33.26%
G = 38.41%
B = 28.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#8EA479 (or 0x8EA479) is known color: Olivine. HEX triplet: 8E, A4 and 79. RGB value is (142,164,121). Sum of RGB (Red+Green+Blue) = 142+164+121=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA479 is #715B86. Grayscale: #989898. Windows color (decimal): -7428999 or 7971982. OLE color: 7971982.

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

Color convert

RGB 142 164 121 -
CMYK 0.13 0 0.26 0.36
HSL 90.7º 0.19% 0.56% -
HSV(B) 90.7º 0.26% 0.64% -
XYZ 27.88 33.68 23.12 -
YUV 152.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 142 164 121 0.13 0 0.26 0.36 90.7 0.19 0.56
Hex 8E A4 79 D 0 1A 24 5B 13 38
Octal 216 244 171 15 0 32 44 133 23 70
Binary 10001110 10100100 1111001 1101 0 11010 100100 1011011 10011 111000

Color Harmonies of #8EA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA479

Black with #8EA479

Text Example


Text Example

White with #8EA479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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