#8FA87B

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

Shades of Olivine #8FA87B

Tints of Olivine #8FA87B

Color information

#8FA87B (or 0x8FA87B) is unknown color: approx Olivine. HEX triplet: 8F, A8 and 7B. RGB value is (143,168,123). Sum of RGB (Red+Green+Blue) = 143+168+123=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA87B is #705784. Grayscale: #9B9B9B. Windows color (decimal): -7362437 or 8104079. OLE color: 8104079.

HSL color Cylindrical-coordinate representation of color #8FA87B: hue angle of 93.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FA87B is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB143168123-
CMYK0.1500.270.34
HSL93.33º20.55%57.06%-
HSV(B)93.33º26.79%65.88%-
XYZ28.9135.2724.02-
YUV155.39109.72119.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 168 (66.02% from 255) = 38.71%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=32.95%
G=38.71%
B=28.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1431681230.1500.270.3493.3320.5557.06
Hex8FA87BF01B225d1539
Octal21725017317033421352571
Binary100011111010100011110111111011011100010101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,168,123); }

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

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

 a { background-color: rgb(143,168,123); }

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

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

 span { border-color: rgb(143,168,123); }

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