#8EB675

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

Shades of Olivine #8EB675

Tints of Olivine #8EB675

Color information

#8EB675 (or 0x8EB675) is unknown color: approx Olivine. HEX triplet: 8E, B6 and 75. RGB value is (142,182,117). Sum of RGB (Red+Green+Blue) = 142+182+117=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #8EB675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB675 is #71498A. Grayscale: #A2A2A2. Windows color (decimal): -7424395 or 7714446. OLE color: 7714446.

HSL color Cylindrical-coordinate representation of color #8EB675: hue angle of 96.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EB675 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB142182117-
CMYK0.2200.360.29
HSL96.92º30.81%58.63%-
HSV(B)96.92º35.71%71.37%-
XYZ31.0940.4923.01-
YUV162.63102.25113.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.20%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=32.20%
G=41.27%
B=26.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421821170.2200.360.2996.9230.8158.63
Hex8EB675160241D611f3b
Octal21626616526044351413773
Binary1000111010110110111010110110010010011101110000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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