Html Css Color HEX #8EAD70 Olivine

📋 copy color: '#8EAD70'

red 142 ◦ green 173 ◦ blue 112

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

Shades of Olivine #8EAD70

Tints of Olivine #8EAD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

 BLUE value IS 112 (44.14% from 255) = 26.23%

R = 33.26%
G = 40.52%
B = 26.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#8EAD70 (or 0x8EAD70) is known color: Olivine. HEX triplet: 8E, AD and 70. RGB value is (142,173,112). Sum of RGB (Red+Green+Blue) = 142+173+112=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAD70 is #71528F. Grayscale: #9C9C9C. Windows color (decimal): -7426704 or 7384462. OLE color: 7384462.

HSL color Cylindrical-coordinate representation of color #8EAD70: hue angle of 90.49º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EAD70 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 173 112 -
CMYK 0.18 0 0.35 0.32
HSL 90.49º 0.27% 0.56% -
HSV(B) 90.49º 0.35% 0.68% -
XYZ 29.02 36.81 20.9 -
YUV 156.78 102.73 117.46 -
System Red Green Blue C M Y K H S L
Decimal 142 173 112 0.18 0 0.35 0.32 90.49 0.27 0.56
Hex 8E AD 70 12 0 23 20 5A 1B 38
Octal 216 255 160 22 0 43 40 132 33 70
Binary 10001110 10101101 1110000 10010 0 100011 100000 1011010 11011 111000

Color Harmonies of #8EAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAD70

Black with #8EAD70

Text Example


Text Example

White with #8EAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,173,112); }

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

background-color css

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

 a { background-color: rgb(142,173,112); }

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

border-color css

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

 span { border-color: rgb(142,173,112); }

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