#8ebf69

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

Shades of Olivine #8EBF69

Tints of Olivine #8EBF69

Color information

#8EBF69 (or 0x8EBF69) is unknown color: approx Olivine. HEX triplet: 8E, BF and 69. RGB value is (142,191,105). Sum of RGB (Red+Green+Blue) = 142+191+105=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBF69 is #714096. Grayscale: #A6A6A6. Windows color (decimal): -7422103 or 6930318. OLE color: 6930318.

HSL color Cylindrical-coordinate representation of color #8EBF69: hue angle of 94.19º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EBF69 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB142191105-
CMYK0.2600.450.25
HSL94.19º40.19%58.04%-
HSV(B)94.19º45.03%74.9%-
XYZ32.3444.0320.16-
YUV166.5493.27110.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=32.42%
G=43.61%
B=23.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421911050.2600.450.2594.1940.1958.04
Hex8EBF691A02D195e283a
Octal21627715132055311365072
Binary10001110101111111101001110100101101110011011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ebf69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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