Html Css Color HEX #8EC073 Olivine

📋 copy color: '#8EC073'

red 142 ◦ green 192 ◦ blue 115

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

Shades of Olivine #8EC073

Tints of Olivine #8EC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.61%

R = 31.63%
G = 42.76%
B = 25.61%

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

#8EC073 (or 0x8EC073) is known color: Olivine. HEX triplet: 8E, C0 and 73. RGB value is (142,192,115). Sum of RGB (Red+Green+Blue) = 142+192+115=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC073 is #713F8C. Grayscale: #A8A8A8. Windows color (decimal): -7421837 or 7585934. OLE color: 7585934.

HSL color Cylindrical-coordinate representation of color #8EC073: hue angle of 98.96º 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 #8EC073 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 192 115 -
CMYK 0.26 0 0.40 0.25
HSL 98.96º 0.38% 0.6% -
HSV(B) 98.96º 0.4% 0.75% -
XYZ 33.1 44.69 23.1 -
YUV 168.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 142 192 115 0.26 0 0.40 0.25 98.96 0.38 0.6
Hex 8E C0 73 1A 0 28 19 63 26 3C
Octal 216 300 163 32 0 50 31 143 46 74
Binary 10001110 11000000 1110011 11010 0 101000 11001 1100011 100110 111100

Color Harmonies of #8EC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC073

Black with #8EC073

Text Example


Text Example

White with #8EC073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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