Html Css Color HEX #8EA575 Olivine

📋 copy color: '#8EA575'

red 142 ◦ green 165 ◦ blue 117

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

Shades of Olivine #8EA575

Tints of Olivine #8EA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.92%

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

R = 33.49%
G = 38.92%
B = 27.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#8EA575 (or 0x8EA575) is known color: Olivine. HEX triplet: 8E, A5 and 75. RGB value is (142,165,117). Sum of RGB (Red+Green+Blue) = 142+165+117=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA575 is #715A8A. Grayscale: #989898. Windows color (decimal): -7428747 or 7710094. OLE color: 7710094.

HSL color Cylindrical-coordinate representation of color #8EA575: hue angle of 88.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EA575 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 142 165 117 -
CMYK 0.14 0 0.29 0.35
HSL 88.75º 0.21% 0.55% -
HSV(B) 88.75º 0.29% 0.65% -
XYZ 27.82 33.95 21.92 -
YUV 152.65 107.88 120.4 -
System Red Green Blue C M Y K H S L
Decimal 142 165 117 0.14 0 0.29 0.35 88.75 0.21 0.55
Hex 8E A5 75 E 0 1D 23 59 15 37
Octal 216 245 165 16 0 35 43 131 25 67
Binary 10001110 10100101 1110101 1110 0 11101 100011 1011001 10101 110111

Color Harmonies of #8EA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EA575

Black with #8EA575

Text Example


Text Example

White with #8EA575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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