Html Css Color HEX #8EAC71 Olivine

📋 copy color: '#8EAC71'

red 142 ◦ green 172 ◦ blue 113

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

Shades of Olivine #8EAC71

Tints of Olivine #8EAC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 33.26%
G = 40.28%
B = 26.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#8EAC71 (or 0x8EAC71) is known color: Olivine. HEX triplet: 8E, AC and 71. RGB value is (142,172,113). Sum of RGB (Red+Green+Blue) = 142+172+113=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAC71 is #71538E. Grayscale: #9C9C9C. Windows color (decimal): -7426959 or 7449742. OLE color: 7449742.

HSL color Cylindrical-coordinate representation of color #8EAC71: hue angle of 90.51º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EAC71 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 172 113 -
CMYK 0.17 0 0.34 0.33
HSL 90.51º 0.26% 0.56% -
HSV(B) 90.51º 0.34% 0.67% -
XYZ 28.89 36.45 21.14 -
YUV 156.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 142 172 113 0.17 0 0.34 0.33 90.51 0.26 0.56
Hex 8E AC 71 11 0 22 21 5B 1A 38
Octal 216 254 161 21 0 42 41 133 32 70
Binary 10001110 10101100 1110001 10001 0 100010 100001 1011011 11010 111000

Color Harmonies of #8EAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAC71

Black with #8EAC71

Text Example


Text Example

White with #8EAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,172,113); }

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

background-color css

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

 a { background-color: rgb(142,172,113); }

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

border-color css

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

 span { border-color: rgb(142,172,113); }

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