#8EB679

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

Shades of Olivine #8EB679

Tints of Olivine #8EB679

Color information

#8EB679 (or 0x8EB679) is unknown color: approx Olivine. HEX triplet: 8E, B6 and 79. RGB value is (142,182,121). Sum of RGB (Red+Green+Blue) = 142+182+121=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #8EB679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB679 is #714986. Grayscale: #A3A3A3. Windows color (decimal): -7424391 or 7976590. OLE color: 7976590.

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

Color convert

RGB142182121-
CMYK0.2200.340.29
HSL99.34º29.47%59.41%-
HSV(B)99.34º33.52%71.37%-
XYZ31.3340.5924.27-
YUV163.09104.25112.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=31.91%
G=40.90%
B=27.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1421821210.2200.340.2999.3429.4759.41
Hex8EB679160221D631d3b
Octal21626617126042351433573
Binary1000111010110110111100110110010001011101110001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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