#8EB969

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

Shades of Olivine #8EB969

Tints of Olivine #8EB969

Color information

#8EB969 (or 0x8EB969) is unknown color: approx Olivine. HEX triplet: 8E, B9 and 69. RGB value is (142,185,105). Sum of RGB (Red+Green+Blue) = 142+185+105=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB969 is #714696. Grayscale: #A3A3A3. Windows color (decimal): -7423639 or 6928782. OLE color: 6928782.

HSL color Cylindrical-coordinate representation of color #8EB969: hue angle of 92.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EB969 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB142185105-
CMYK0.2300.430.27
HSL92.25º36.36%56.86%-
HSV(B)92.25º43.24%72.55%-
XYZ31.0541.4719.73-
YUV163.0295.25113-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 185 (72.66% from 255) = 42.82%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=32.87%
G=42.82%
B=24.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421851050.2300.430.2792.2536.3656.86
Hex8EB9691702B1B5c2439
Octal21627115127053331344471
Binary10001110101110011101001101110101011110111011100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,185,105); }

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

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

 a { background-color: rgb(142,185,105); }

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

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

 span { border-color: rgb(142,185,105); }

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