#8EB374

Color #8EB374 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8EB374

Tints of Olivine #8EB374

Color information

#8EB374 (or 0x8EB374) is unknown color: approx Olivine. HEX triplet: 8E, B3 and 74. RGB value is (142,179,116). Sum of RGB (Red+Green+Blue) = 142+179+116=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB374 is #714C8B. Grayscale: #A0A0A0. Windows color (decimal): -7425164 or 7648142. OLE color: 7648142.

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

Color convert

RGB142179116-
CMYK0.2100.350.30
HSL95.24º29.3%57.84%-
HSV(B)95.24º35.2%70.2%-
XYZ30.4339.2522.5-
YUV160.76102.74114.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=32.49%
G=40.96%
B=26.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421791160.2100.350.3095.2429.357.84
Hex8EB374150231E5f1d3a
Octal21626316425043361373572
Binary1000111010110011111010010101010001111110101111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,179,116); }

 H1.HeaderClassName
 {
   color: #8EB374;
 }
 .AnyTagClassName
 {
   color: #8EB374;
 }
</style>
background-color css

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

 a { background-color: rgb(142,179,116); }

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

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

 span { border-color: rgb(142,179,116); }

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