Html Css Color HEX #8EC076 Olivine

📋 copy color: '#8EC076'

red 142 ◦ green 192 ◦ blue 118

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

Shades of Olivine #8EC076

Tints of Olivine #8EC076

RGB

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

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

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

R = 31.42%
G = 42.48%
B = 26.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#8EC076 (or 0x8EC076) is known color: Olivine. HEX triplet: 8E, C0 and 76. RGB value is (142,192,118). Sum of RGB (Red+Green+Blue) = 142+192+118=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC076 is #713F89. Grayscale: #A8A8A8. Windows color (decimal): -7421834 or 7782542. OLE color: 7782542.

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

Color convert

RGB 142 192 118 -
CMYK 0.26 0 0.39 0.25
HSL 100.54º 0.37% 0.61% -
HSV(B) 100.54º 0.39% 0.75% -
XYZ 33.27 44.76 24.02 -
YUV 168.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 142 192 118 0.26 0 0.39 0.25 100.54 0.37 0.61
Hex 8E C0 76 1A 0 27 19 65 25 3D
Octal 216 300 166 32 0 47 31 145 45 75
Binary 10001110 11000000 1110110 11010 0 100111 11001 1100101 100101 111101

Color Harmonies of #8EC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC076

Black with #8EC076

Text Example


Text Example

White with #8EC076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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