Html Css Color HEX #8EC071 Olivine

📋 copy color: '#8EC071'

red 142 ◦ green 192 ◦ blue 113

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

Shades of Olivine #8EC071

Tints of Olivine #8EC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 31.77%
G = 42.95%
B = 25.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#8EC071 (or 0x8EC071) is known color: Olivine. HEX triplet: 8E, C0 and 71. RGB value is (142,192,113). Sum of RGB (Red+Green+Blue) = 142+192+113=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC071 is #713F8E. Grayscale: #A8A8A8. Windows color (decimal): -7421839 or 7454862. OLE color: 7454862.

HSL color Cylindrical-coordinate representation of color #8EC071: hue angle of 97.97º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EC071 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 192 113 -
CMYK 0.26 0 0.41 0.25
HSL 97.97º 0.39% 0.6% -
HSV(B) 97.97º 0.41% 0.75% -
XYZ 32.99 44.64 22.5 -
YUV 168.04 96.94 109.42 -
System Red Green Blue C M Y K H S L
Decimal 142 192 113 0.26 0 0.41 0.25 97.97 0.39 0.6
Hex 8E C0 71 1A 0 29 19 62 27 3C
Octal 216 300 161 32 0 51 31 142 47 74
Binary 10001110 11000000 1110001 11010 0 101001 11001 1100010 100111 111100

Color Harmonies of #8EC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC071

Black with #8EC071

Text Example


Text Example

White with #8EC071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,192,113); }

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

background-color css

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

 a { background-color: rgb(142,192,113); }

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

border-color css

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

 span { border-color: rgb(142,192,113); }

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