Html Css Color HEX #8EAE70 Olivine

📋 copy color: '#8EAE70'

red 142 ◦ green 174 ◦ blue 112

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

Shades of Olivine #8EAE70

Tints of Olivine #8EAE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.65%

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

R = 33.18%
G = 40.65%
B = 26.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#8EAE70 (or 0x8EAE70) is known color: Olivine. HEX triplet: 8E, AE and 70. RGB value is (142,174,112). Sum of RGB (Red+Green+Blue) = 142+174+112=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAE70 is #71518F. Grayscale: #9D9D9D. Windows color (decimal): -7426448 or 7384718. OLE color: 7384718.

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

Color convert

RGB 142 174 112 -
CMYK 0.18 0 0.36 0.32
HSL 90.97º 0.28% 0.56% -
HSV(B) 90.97º 0.36% 0.68% -
XYZ 29.22 37.19 20.97 -
YUV 157.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 142 174 112 0.18 0 0.36 0.32 90.97 0.28 0.56
Hex 8E AE 70 12 0 24 20 5B 1C 38
Octal 216 256 160 22 0 44 40 133 34 70
Binary 10001110 10101110 1110000 10010 0 100100 100000 1011011 11100 111000

Color Harmonies of #8EAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAE70

Black with #8EAE70

Text Example


Text Example

White with #8EAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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