Html Css Color HEX #8EBC74 Olivine

📋 copy color: '#8EBC74'

red 142 ◦ green 188 ◦ blue 116

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

Shades of Olivine #8EBC74

Tints of Olivine #8EBC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.15%

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

R = 31.84%
G = 42.15%
B = 26.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#8EBC74 (or 0x8EBC74) is known color: Olivine. HEX triplet: 8E, BC and 74. RGB value is (142,188,116). Sum of RGB (Red+Green+Blue) = 142+188+116=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBC74 is #71438B. Grayscale: #A6A6A6. Windows color (decimal): -7422860 or 7650446. OLE color: 7650446.

HSL color Cylindrical-coordinate representation of color #8EBC74: hue angle of 98.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EBC74 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 188 116 -
CMYK 0.24 0 0.38 0.26
HSL 98.33º 0.35% 0.6% -
HSV(B) 98.33º 0.38% 0.74% -
XYZ 32.29 42.98 23.12 -
YUV 166.04 99.76 110.85 -
System Red Green Blue C M Y K H S L
Decimal 142 188 116 0.24 0 0.38 0.26 98.33 0.35 0.6
Hex 8E BC 74 18 0 26 1A 62 23 3C
Octal 216 274 164 30 0 46 32 142 43 74
Binary 10001110 10111100 1110100 11000 0 100110 11010 1100010 100011 111100

Color Harmonies of #8EBC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBC74

Black with #8EBC74

Text Example


Text Example

White with #8EBC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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