#8EBB7A

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

Shades of Olivine #8EBB7A

Tints of Olivine #8EBB7A

Color information

#8EBB7A (or 0x8EBB7A) is unknown color: approx Olivine. HEX triplet: 8E, BB and 7A. RGB value is (142,187,122). Sum of RGB (Red+Green+Blue) = 142+187+122=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBB7A is #714485. Grayscale: #A6A6A6. Windows color (decimal): -7423110 or 8043406. OLE color: 8043406.

HSL color Cylindrical-coordinate representation of color #8EBB7A: hue angle of 101.54º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EBB7A is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB142187122-
CMYK0.2400.350.27
HSL101.54º32.34%60.59%-
HSV(B)101.54º34.76%73.33%-
XYZ32.4442.724.94-
YUV166.14103.09110.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.49%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=31.49%
G=41.46%
B=27.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421871220.2400.350.27101.5432.3460.59
Hex8EBB7A180231B66203d
Octal21627317230043331464075
Binary10001110101110111111010110000100011110111100110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,187,122); }

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

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

 a { background-color: rgb(142,187,122); }

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

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

 span { border-color: rgb(142,187,122); }

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