#8EBF76

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

Shades of Olivine #8EBF76

Tints of Olivine #8EBF76

Color information

#8EBF76 (or 0x8EBF76) is unknown color: approx Olivine. HEX triplet: 8E, BF and 76. RGB value is (142,191,118). Sum of RGB (Red+Green+Blue) = 142+191+118=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBF76 is #714089. Grayscale: #A8A8A8. Windows color (decimal): -7422090 or 7782286. OLE color: 7782286.

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

Color convert

RGB142191118-
CMYK0.2600.380.25
HSL100.27º36.32%60.59%-
HSV(B)100.27º38.22%74.9%-
XYZ33.0644.3223.95-
YUV168.0399.77109.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.49%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 118 (46.48% from 255) = 26.16%
R=31.49%
G=42.35%
B=26.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421911180.2600.380.25100.2736.3260.59
Hex8EBF761A0261964243d
Octal21627716632046311444475
Binary10001110101111111110110110100100110110011100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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