Html Css Color HEX #8EC077 Olivine

📋 copy color: '#8EC077'

red 142 ◦ green 192 ◦ blue 119

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

Shades of Olivine #8EC077

Tints of Olivine #8EC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 31.35%
G = 42.38%
B = 26.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#8EC077 (or 0x8EC077) is known color: Olivine. HEX triplet: 8E, C0 and 77. RGB value is (142,192,119). Sum of RGB (Red+Green+Blue) = 142+192+119=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC077 is #713F88. Grayscale: #A8A8A8. Windows color (decimal): -7421833 or 7848078. OLE color: 7848078.

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

Color convert

RGB 142 192 119 -
CMYK 0.26 0 0.38 0.25
HSL 101.1º 0.37% 0.61% -
HSV(B) 101.1º 0.38% 0.75% -
XYZ 33.33 44.78 24.34 -
YUV 168.73 99.94 108.94 -
System Red Green Blue C M Y K H S L
Decimal 142 192 119 0.26 0 0.38 0.25 101.1 0.37 0.61
Hex 8E C0 77 1A 0 26 19 65 25 3D
Octal 216 300 167 32 0 46 31 145 45 75
Binary 10001110 11000000 1110111 11010 0 100110 11001 1100101 100101 111101

Color Harmonies of #8EC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC077

Black with #8EC077

Text Example


Text Example

White with #8EC077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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