Html Css Color HEX #8EC074 Olivine

📋 copy color: '#8EC074'

red 142 ◦ green 192 ◦ blue 116

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

Shades of Olivine #8EC074

Tints of Olivine #8EC074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 31.56%
G = 42.67%
B = 25.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#8EC074 (or 0x8EC074) is known color: Olivine. HEX triplet: 8E, C0 and 74. RGB value is (142,192,116). Sum of RGB (Red+Green+Blue) = 142+192+116=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC074 is #713F8B. Grayscale: #A8A8A8. Windows color (decimal): -7421836 or 7651470. OLE color: 7651470.

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

Color convert

RGB 142 192 116 -
CMYK 0.26 0 0.40 0.25
HSL 99.47º 0.38% 0.6% -
HSV(B) 99.47º 0.4% 0.75% -
XYZ 33.16 44.71 23.41 -
YUV 168.39 98.44 109.18 -
System Red Green Blue C M Y K H S L
Decimal 142 192 116 0.26 0 0.40 0.25 99.47 0.38 0.6
Hex 8E C0 74 1A 0 28 19 63 26 3C
Octal 216 300 164 32 0 50 31 143 46 74
Binary 10001110 11000000 1110100 11010 0 101000 11001 1100011 100110 111100

Color Harmonies of #8EC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC074

Black with #8EC074

Text Example


Text Example

White with #8EC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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