Html Css Color HEX #8EC069 Olivine

📋 copy color: '#8EC069'

red 142 ◦ green 192 ◦ blue 105

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

Shades of Olivine #8EC069

Tints of Olivine #8EC069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.92%

R = 32.35%
G = 43.74%
B = 23.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#8EC069 (or 0x8EC069) is known color: Olivine. HEX triplet: 8E, C0 and 69. RGB value is (142,192,105). Sum of RGB (Red+Green+Blue) = 142+192+105=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC069 is #713F96. Grayscale: #A7A7A7. Windows color (decimal): -7421847 or 6930574. OLE color: 6930574.

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

Color convert

RGB 142 192 105 -
CMYK 0.26 0 0.45 0.25
HSL 94.48º 0.41% 0.58% -
HSV(B) 94.48º 0.45% 0.75% -
XYZ 32.55 44.47 20.23 -
YUV 167.13 92.94 110.07 -
System Red Green Blue C M Y K H S L
Decimal 142 192 105 0.26 0 0.45 0.25 94.48 0.41 0.58
Hex 8E C0 69 1A 0 2D 19 5E 29 3A
Octal 216 300 151 32 0 55 31 136 51 72
Binary 10001110 11000000 1101001 11010 0 101101 11001 1011110 101001 111010

Color Harmonies of #8EC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC069

Black with #8EC069

Text Example


Text Example

White with #8EC069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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