Html Css Color HEX #8EA875 Olivine

📋 copy color: '#8EA875'

red 142 ◦ green 168 ◦ blue 117

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

Shades of Olivine #8EA875

Tints of Olivine #8EA875

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 33.26%
G = 39.34%
B = 27.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#8EA875 (or 0x8EA875) is known color: Olivine. HEX triplet: 8E, A8 and 75. RGB value is (142,168,117). Sum of RGB (Red+Green+Blue) = 142+168+117=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA875 is #71578A. Grayscale: #9A9A9A. Windows color (decimal): -7427979 or 7710862. OLE color: 7710862.

HSL color Cylindrical-coordinate representation of color #8EA875: hue angle of 90.59º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA875 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 142 168 117 -
CMYK 0.15 0 0.30 0.34
HSL 90.59º 0.23% 0.56% -
HSV(B) 90.59º 0.3% 0.66% -
XYZ 28.37 35.04 22.1 -
YUV 154.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 142 168 117 0.15 0 0.30 0.34 90.59 0.23 0.56
Hex 8E A8 75 F 0 1E 22 5B 17 38
Octal 216 250 165 17 0 36 42 133 27 70
Binary 10001110 10101000 1110101 1111 0 11110 100010 1011011 10111 111000

Color Harmonies of #8EA875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA875

Black with #8EA875

Text Example


Text Example

White with #8EA875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,168,117); }

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

background-color css

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

 a { background-color: rgb(142,168,117); }

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

border-color css

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

 span { border-color: rgb(142,168,117); }

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