Html Css Color HEX #8EA376 Olivine

📋 copy color: '#8EA376'

red 142 ◦ green 163 ◦ blue 118

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

Shades of Olivine #8EA376

Tints of Olivine #8EA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 33.57%
G = 38.53%
B = 27.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#8EA376 (or 0x8EA376) is known color: Olivine. HEX triplet: 8E, A3 and 76. RGB value is (142,163,118). Sum of RGB (Red+Green+Blue) = 142+163+118=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA376 is #715C89. Grayscale: #979797. Windows color (decimal): -7429258 or 7775118. OLE color: 7775118.

HSL color Cylindrical-coordinate representation of color #8EA376: hue angle of 88º degrees, saturation: 0.2, 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 #8EA376 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 163 118 -
CMYK 0.13 0 0.28 0.36
HSL 88º 0.2% 0.55% -
HSV(B) 88º 0.28% 0.64% -
XYZ 27.52 33.25 22.11 -
YUV 151.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 142 163 118 0.13 0 0.28 0.36 88 0.2 0.55
Hex 8E A3 76 D 0 1C 24 58 14 37
Octal 216 243 166 15 0 34 44 130 24 67
Binary 10001110 10100011 1110110 1101 0 11100 100100 1011000 10100 110111

Color Harmonies of #8EA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA376

Black with #8EA376

Text Example


Text Example

White with #8EA376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,163,118); }

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

background-color css

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

 a { background-color: rgb(142,163,118); }

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

border-color css

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

 span { border-color: rgb(142,163,118); }

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