Html Css Color HEX #8EA472 Olivine

📋 copy color: '#8EA472'

red 142 ◦ green 164 ◦ blue 114

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

Shades of Olivine #8EA472

Tints of Olivine #8EA472

RGB

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

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

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

R = 33.81%
G = 39.05%
B = 27.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#8EA472 (or 0x8EA472) is known color: Olivine. HEX triplet: 8E, A4 and 72. RGB value is (142,164,114). Sum of RGB (Red+Green+Blue) = 142+164+114=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #8EA472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA472 is #715B8D. Grayscale: #979797. Windows color (decimal): -7429006 or 7513230. OLE color: 7513230.

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

Color convert

RGB 142 164 114 -
CMYK 0.13 0 0.30 0.36
HSL 86.4º 0.22% 0.55% -
HSV(B) 86.4º 0.3% 0.64% -
XYZ 27.47 33.52 20.94 -
YUV 151.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 142 164 114 0.13 0 0.30 0.36 86.4 0.22 0.55
Hex 8E A4 72 D 0 1E 24 56 16 37
Octal 216 244 162 15 0 36 44 126 26 67
Binary 10001110 10100100 1110010 1101 0 11110 100100 1010110 10110 110111

Color Harmonies of #8EA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA472

Black with #8EA472

Text Example


Text Example

White with #8EA472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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