Html Css Color HEX #8EC070 Olivine

📋 copy color: '#8EC070'

red 142 ◦ green 192 ◦ blue 112

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

Shades of Olivine #8EC070

Tints of Olivine #8EC070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.11%

R = 31.84%
G = 43.05%
B = 25.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#8EC070 (or 0x8EC070) is known color: Olivine. HEX triplet: 8E, C0 and 70. RGB value is (142,192,112). Sum of RGB (Red+Green+Blue) = 142+192+112=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC070 is #713F8F. Grayscale: #A8A8A8. Windows color (decimal): -7421840 or 7389326. OLE color: 7389326.

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

Color convert

RGB 142 192 112 -
CMYK 0.26 0 0.42 0.25
HSL 97.5º 0.39% 0.6% -
HSV(B) 97.5º 0.42% 0.75% -
XYZ 32.93 44.62 22.21 -
YUV 167.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 142 192 112 0.26 0 0.42 0.25 97.5 0.39 0.6
Hex 8E C0 70 1A 0 2A 19 62 27 3C
Octal 216 300 160 32 0 52 31 142 47 74
Binary 10001110 11000000 1110000 11010 0 101010 11001 1100010 100111 111100

Color Harmonies of #8EC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC070

Black with #8EC070

Text Example


Text Example

White with #8EC070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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