Html Css Color HEX #8EAB71 Olivine

📋 copy color: '#8EAB71'

red 142 ◦ green 171 ◦ blue 113

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

Shades of Olivine #8EAB71

Tints of Olivine #8EAB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

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

R = 33.33%
G = 40.14%
B = 26.53%

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

#8EAB71 (or 0x8EAB71) is known color: Olivine. HEX triplet: 8E, AB and 71. RGB value is (142,171,113). Sum of RGB (Red+Green+Blue) = 142+171+113=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAB71 is #71548E. Grayscale: #9B9B9B. Windows color (decimal): -7427215 or 7449486. OLE color: 7449486.

HSL color Cylindrical-coordinate representation of color #8EAB71: hue angle of 90º 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 #8EAB71 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 171 113 -
CMYK 0.17 0 0.34 0.33
HSL 90º 0.26% 0.56% -
HSV(B) 90º 0.34% 0.67% -
XYZ 28.7 36.07 21.07 -
YUV 155.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 142 171 113 0.17 0 0.34 0.33 90 0.26 0.56
Hex 8E AB 71 11 0 22 21 5A 1A 38
Octal 216 253 161 21 0 42 41 132 32 70
Binary 10001110 10101011 1110001 10001 0 100010 100001 1011010 11010 111000

Color Harmonies of #8EAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAB71

Black with #8EAB71

Text Example


Text Example

White with #8EAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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