Html Css Color HEX #8EAD72 Olivine

📋 copy color: '#8EAD72'

red 142 ◦ green 173 ◦ blue 114

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

Shades of Olivine #8EAD72

Tints of Olivine #8EAD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.57%

R = 33.1%
G = 40.33%
B = 26.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#8EAD72 (or 0x8EAD72) is known color: Olivine. HEX triplet: 8E, AD and 72. RGB value is (142,173,114). Sum of RGB (Red+Green+Blue) = 142+173+114=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAD72 is #71528D. Grayscale: #9D9D9D. Windows color (decimal): -7426702 or 7515534. OLE color: 7515534.

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

Color convert

RGB 142 173 114 -
CMYK 0.18 0 0.34 0.32
HSL 91.53º 0.26% 0.56% -
HSV(B) 91.53º 0.34% 0.68% -
XYZ 29.14 36.85 21.5 -
YUV 157.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 142 173 114 0.18 0 0.34 0.32 91.53 0.26 0.56
Hex 8E AD 72 12 0 22 20 5C 1A 38
Octal 216 255 162 22 0 42 40 134 32 70
Binary 10001110 10101101 1110010 10010 0 100010 100000 1011100 11010 111000

Color Harmonies of #8EAD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAD72

Black with #8EAD72

Text Example


Text Example

White with #8EAD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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